Merge branch '7751-mount-tmp' refs #7751
[arvados.git] / docker / sso / application.yml.in
1 #
2 # Consult application.default.yml for the full list of configuration
3 # settings.
4 #
5 # The order of precedence is:
6 # 1. config/environments/{RAILS_ENV}.rb (deprecated)
7 # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
8 # 3. Section in application.yml called "common"
9 # 4. Section in application.default.yml corresponding to RAILS_ENV
10 # 5. Section in application.default.yml called "common"
11
12 production:
13   allow_account_registration: true
14
15   secret_token: @@SSO_SECRET@@
16   uuid_prefix: 'zzzzz'
17
18   # If true, allow new creation of new accounts in the SSO server's internal
19   # user database.
20   allow_account_registration: true
21
22 development:
23   # No development settings 
24
25 test:
26   # No test settings 
27
28 common:
29   # No common settings 
30