music-to-go/.env.example

10 lines
130 B
Plaintext
Raw Permalink Normal View History

2024-10-07 01:21:13 +00:00
PORT=8080
APP_ENV=local
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=acide
DB_USERNAME=root
DB_PASSWORD=123456789
DB_SCHEMA=public