.env.example improved

This commit is contained in:
Eduardo Silva 2024-04-08 17:58:22 -03:00
parent ab908887e4
commit 149b84affa
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,8 @@ TIMEZONE=America/Sao_Paulo
DATABASE_ENGINE=postgres
# If you want to use sqlite or postgres outside of docker, you should use docker-compose-no-postgres.yml
# and provide POSTGRES_HOST, POSTGRES_PORT below.
#POSTGRES_HOST=${POSTGRES_HOST}
#POSTGRES_PORT=${POSTGRES_PORT}
#POSTGRES_HOST=
#POSTGRES_PORT=
POSTGRES_DB=routerfleet
POSTGRES_USER=routerfleet
POSTGRES_PASSWORD=your_database_password

View file

@ -79,8 +79,8 @@ TIMEZONE=America/Sao_Paulo
DATABASE_ENGINE=postgres
# If you want to use sqlite or postgres outside of docker, you should use docker-compose-no-postgres.yml
# and provide POSTGRES_HOST, POSTGRES_PORT below.
#POSTGRES_HOST=${POSTGRES_HOST}
#POSTGRES_PORT=${POSTGRES_PORT}
#POSTGRES_HOST=
#POSTGRES_PORT=
POSTGRES_DB=routerfleet
POSTGRES_USER=routerfleet
POSTGRES_PASSWORD=your_database_password