summaryrefslogtreecommitdiff
path: root/config.yml
blob: ffb08f77abc8a3c360f0aaa6a2b9020cfcc0b412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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