chore: No need to specify schema in .env-example file

This commit is contained in:
Faruk AYDIN
2023-04-16 16:33:28 +02:00
parent 5ed7fc8b7c
commit a4e7824109

View File

@@ -5,7 +5,6 @@ WEB_APP_URL=http://localhost:3001
WEBHOOK_URL=http://localhost:3000
APP_ENV=development
POSTGRES_DATABASE=automatisch_development
# DATABASE_SCHEMA= # if there is a specific schema to migrate automatisch on it
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
POSTGRES_USERNAME=automatish_development_user