init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
TZ=UTC
|
||||
PORT=3333
|
||||
HOST=localhost
|
||||
LOG_LEVEL=info
|
||||
APP_KEY=
|
||||
NODE_ENV=development
|
||||
SESSION_DRIVER=cookie
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_DATABASE=parser_zakupok
|
||||
|
||||
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
||||
ICETRADE_BASE_URL=https://icetrade.by
|
||||
Reference in New Issue
Block a user