-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yml
28 lines (26 loc) · 838 Bytes
/
config.yml
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
app:
host: "0.0.0.0"
port: 9010
log_level: "debug"
redis_password: test
redis_addr: "localhost:6379"
redis_queue_name: "screenshot_queue"
headless_browser_url: "http://localhost:7317"
auth_token: "v2?KDqbV7hhy64oJUPWB9HVxb2ZH35oAQhb!DqI=Eyhiw9DL!7Qvl6hzqJ76eGk2SgPjC/MS93=u8hyZMX?PAlhyKN0L52ln=LnFhm9Lu4HxQVg1hVDRJ=u8GToCZwex??oFdMeA?2FEB-maAUIsZ92JlrQOwQgAYqS3RnpxqJrs7lbUlaKZLxQPRV13i/ZYrDyza!d!PwUMb4UK2a8oiTwqrd8Z/1jEVL?S2?YOr!DReaDMv/KgVWq6kJJ1DC3Y"
database:
host: "localhost"
port: 5432
username: "root"
password: "test"
name: "test"
max_idle_connections: 2
max_active_connections: 10
max_connection_lifetime: 2
blog_storage:
base_url: "localhost:9000"
key: "MINIO_ACCESS_KEY"
secret: "MINIO_SECRET_KEY"
bucket: "snapify"
location: "us"
signed_duration: 5 # Minute
is_secure: false