-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yml.test
44 lines (43 loc) · 941 Bytes
/
config.yml.test
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
:test:
:db:
:host: timur_db
:adapter: postgresql
:encoding: unicode
:user: developer
:password: password
:pool: 5
:timeout: 5000
:database: timur_test
:test:
:db:
:database: timur_test
:host: localhost
:adapter: postgres
:user: developer
:password: password
:host: https://timur.test
:log_file: /dev/null
:log_level: error
:hmac_keys:
:timur: haggis
:archimedes: pudding
:secret_key:
:upload_expiration: 60
:download_expiration: 60
:timur_uid_name: TIMUR_TEST_UID
:token_domain: example.org
:token_life: 31536000
:backup:
:directory: 'timur-test-athena'
:credentials:
:aws_access_key_id: 'SOMEID'
:aws_secret_access_key: 'someKey'
#:aws_access_key_id:
#:aws_secret_access_key:
:magma:
:host: https://magma.test
:rtemis:
:host: https://rtemis.test
:metis:
:host: https://metis.test
:log_file: /dev/null