-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsettings.yaml
71 lines (66 loc) · 1.81 KB
/
settings.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
default:
debug: false
host: localhost
port: 8081
database:
dsn: postgresql://bestdoctor:bestdoctor@localhost:5432/its_on
oauth:
is_used: true
only_oauth: false
client_id: '@none'
client_secret: '@none'
authorize_url: '@none'
token_url: '@none'
force_https: true
sign_in_title: 'Sign in with "Bestdoctor ID"'
enable_db_logging: false
cache_url: redis://127.0.0.1:6379/1
cache_ttl: 300
redis_url: redis://127.0.0.1:6379/1
cors_allow_origin: ['http://localhost:8081']
cors_allow_headers: []
enable_switches_full_info_endpoint: false
sync_from_its_on_url: '@none'
flag_ttl_days: 14
flag_svg_badge:
background_color: '#ff6c6c'
prefix:
is_active: '✅'
is_inactive: '❌'
is_hidden: '⚠️'
not_found: '⛔'
environment_notice:
show: false
environment_name: Development
background_color: '#74b91d' # green
development:
environment: Dev
debug: true
enable_db_logging: true
cache_ttl: 1
enable_switches_full_info_endpoint: true
sync_from_its_on_url: http://localhost:8082/api/v1/switches_full_info
production:
environment: Prod
environment_notice:
dynaconf_merge: true
environment_name: Production
background_color: '#e64747' # red
staging:
environment: Staging
environment_notice:
dynaconf_merge: true
environment_name: Staging
background_color: '#c3721a' # orange
testing:
environment: Test
enable_switches_full_info_endpoint: true
database:
dsn: postgresql://bestdoctor:bestdoctor@localhost:5432/test_its_on
superuser_dsn: postgresql://bestdoctor:bestdoctor@localhost:5432/its_on
cache_ttl: 0
cors_allow_origin: ['http://localhost:8081']
environment_notice:
dynaconf_merge: true
environment_name: Test
background_color: '#c3721a' # orange