homepage/.env.example

7 lines
No EOL
132 B
Text

PORT=9000
HOST=localhost
DB_URL=jdbc:postgresql://localhost:5432/homepage
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_MIGRATE=true