mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-05 02:34:32 +02:00
.env.example improved
This commit is contained in:
parent
ab908887e4
commit
149b84affa
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue