8 lines
No EOL
162 B
Text
8 lines
No EOL
162 B
Text
APP_PORT=9000
|
|
APP_DOMAIN=localhost
|
|
APP_ENV=development
|
|
|
|
DB_URL=jdbc:postgresql://localhost:5432/homepage
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_MIGRATE=true |