refactor#2

pull/6/head
prplV 2025-01-27 14:06:19 +03:00
parent d7f4cedc00
commit 268f042d4f
1 changed files with 8 additions and 0 deletions

8
.env.example Normal file
View File

@ -0,0 +1,8 @@
CONFIG_SERVER_CREDS = "ws://ip.ip.ip.ip:port"
API_GRUBBER_SOCKET = "api-grubber.sock"
PREPROC_SOCKET = "preproc.sock"
DB_HOST = "ip.addr.postgresql.server"
DB_USER = "db_user"
DB_PASSWORD = "db_user_password"
DB_DBNAME = "db_name"