-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
45 lines (39 loc) · 881 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
bot:
token: your_token
admins:
- 000000000
db:
path: ./database/db.sqlite3
# ** DB settings **
#db:
# user: postgres
# password: aiogramtemplate
# database: aiogramtemplate
# host: localhost
# port: 5432
# ** Redis settings **
# redis:
# url: redis://127.0.0.1:6379
# ** Web server settings **
# webadmin:
# host: 127.0.0.1
# port: 8083
# secret_key: '**********'
# password: '**********'
# ** Support Chat settings **
# support:
# chat_id: 123456789
# ** Webhook settings **
#webhook:
# domain: 195.22.712.246:8443
# port: 8443
## Webhook SSL certificate
## create certificate - `openssl req -newkey rsa:2048 -sha256 -nodes -keyout private.key -x509 -days 3650 -out cert.pem`
# ssl_cert:
# certfile: cert.pem
# keyfile: private.key
# ** Merchant settings **
#merchants:
# - merchant: yookassa
# shop_id: 123123
# api_key: your_api_key