add port to .env.example
This commit is contained in:
parent
860399e4fc
commit
3fc9ea19eb
|
@ -2,6 +2,7 @@ POSTGRES_DB=fossil_postgres
|
||||||
POSTGRES_PASSWORD=password
|
POSTGRES_PASSWORD=password
|
||||||
|
|
||||||
ROCKET_SECRET_KEY=openssl rand -base64 32
|
ROCKET_SECRET_KEY=openssl rand -base64 32
|
||||||
|
PORT=8000
|
||||||
|
|
||||||
ADMIN_USERNAME=admin
|
ADMIN_USERNAME=admin
|
||||||
ADMIN_PASSWORD=password
|
ADMIN_PASSWORD=password
|
||||||
|
|
Loading…
Reference in New Issue