Files
evrak/.env.example
gitmuhammedalbayrak 80d17e9cfb
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
fix: tasks now refresh after add/update/delete
2025-11-30 21:07:28 +03:00

10 lines
151 B
Plaintext

# Database Configuration
DB_HOST=postgres
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE=evrak
# Application
NODE_ENV=development