-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
22 lines (22 loc) · 608 Bytes
/
config.yaml
File metadata and controls
22 lines (22 loc) · 608 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tolgee:
postgres-autostart:
enabled: false
authentication:
enabled: true
content-delivery:
public-url-prefix: https://tolgee-cdn-bucket-1234.s3.eu-central-1.amazonaws.com/
storage:
# azure:
# connection-string:
# container-name:
s3:
access-key: AKIAXXXXXXXXXXXXFN
bucket-name: tolgee-cdn-bucket-1234
endpoint: s3.eu-central-1.amazonaws.com
secret-key: <the key>
signing-region: eu-central-1
spring:
datasource:
url: jdbc:postgresql://db:5432/postgres
username: postgres
password: postgres