10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
# DB Credentials
|
|
DB_HOST=host_url
|
|
DB_PORT=5432
|
|
DB_USER=username
|
|
DB_PWD=password
|
|
DB_NAME=database_name
|
|
|
|
# KEYS
|
|
TELEGRAM_TOKEN=telegram_token
|