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