16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
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 |