Files
tp/.env
T
2024-08-08 14:53:20 +05:00

10 lines
205 B
Bash

DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=postgres
DB_PORT=5432
HOST_DB=db
SERVER_PORT=8000
POSTGRESQL_URL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'
# MIGRATOR
MIGRATOR_PORT=3000