]> git.openstreetmap.org Git - rails.git/blob - config/example.application.yml
0b23680b649e99eeef218d6cd245045f895cb786
[rails.git] / config / example.application.yml
1 defaults: &defaults
2   # Application status - possible values are:
3   #   :online - online and operating normally
4   #   :api_readonly - site online but API in read-only mode
5   #   :api_offline - site online but API offline
6   #   :database_readonly - database and site in read-only mode
7   #   :database_offline - database offline with site in emergency mode
8   #   :gpx_offline - gpx storage offline
9   status: :online
10
11 development:
12   <<: *defaults
13
14 production:
15   <<: *defaults
16
17 test:
18   <<: *defaults