summaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..ffb08f7
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,27 @@
+development:
+ domain: example.org
+ api_path: api/reserved_usernames
+ api_username: admin
+ api_password: password
+ api_host: localhost
+ api_port: 3000
+ api_proto: http
+
+test:
+ domain: example.org
+ api_path: api/reserved_usernames
+ api_username: admin
+ api_password: password
+ api_host: localhost
+ api_port: 3000
+ api_proto: http
+
+production:
+ domain: example.org
+ api_path: api/reserved_usernames
+ api_username: xxxxxxxxxxxxxxxx
+ api_password: xxxxxxxxxxxxxxxx
+ api_host: api.example.org
+ api_port: 443
+ api_proto: https
+