-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratchstack.cfg
More file actions
28 lines (25 loc) · 777 Bytes
/
Copy pathscratchstack.cfg
File metadata and controls
28 lines (25 loc) · 777 Bytes
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
[service.iam]
region = "local"
[service.iam.database]
# url = "postgres://iam:${password}@localhost:10811/scratchstack?sslmode=disable"
# password_file = "local-testing/pgsql/etc/postgres-iam-password.txt"
url = "sqlite://local-testing/iam.db"
password = "password"
connection_timeout = "30s"
max_lifetime = "1h"
max_connecitons = 10
min_connections = 1
test_before_acquire = true
[service.sts]
region = "local"
port = 8190
[service.sts.database]
# url = "postgres://iam:${password}@localhost:10811/scratchstack?sslmode=disable"
# password_file = "local-testing/pgsql/etc/postgres-iam-password.txt"
url = "sqlite://local-testing/iam.db"
password = "password"
connection_timeout = "30s"
max_lifetime = "1h"
max_connecitons = 10
min_connections = 1
test_before_acquire = true