-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.compose.yaml
53 lines (43 loc) · 1.16 KB
/
config.compose.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
log:
level: info
format: text
rest:
port: 8001
authentication:
secret: "secret"
audience: "https://opsway.io"
issuer: "opsway.io"
expires_in: 1h
refresh_expires_in: 720h
cookie_domain: localhost
cookie_secure: false
postgres:
dsn: "host=postgres user=postgres password=pass dbname=opsway port=5432 sslmode=disable"
debug: true
clickhouse:
dsn: clickhouse+native://default:@ch_server:9000/opsway
debug: true
redis:
host: redis
port: 6379
db: 0
email:
debug: true
sender_name: "opsway"
sender_email: "[email protected]"
object_storage:
endpoint_url: "http://storage:9001"
access_key: "guest"
secret_key: "supersecret"
region: "eu-central-1"
public_url: "http://localhost:9001"
prober:
concurrency: 1
team:
invitation_secret: supersecret
application_url: http://localhost:5173
stripe:
publishable_key: pk_test_51NjhPuAAd26uMX
secret_key: "sk_test_51NjhPuAAd26uMXu2QkGAVDTZDLYGRQB2oxqWkZfH6j4XUOIg2HBOOKB5wRL25vOo0VkpfjnxXnP0aZ8NZqvqex3N00JZU6eD2H"
webhook_secret: "whsec_4665482442d698095ed89e386c0069beb54a1ba141a371edd4e8e0c5126d7568"
domain: http://localhost:5173