added sample .env
This commit is contained in:
parent
42eb154479
commit
910400118e
23
.env.example
Normal file
23
.env.example
Normal file
@ -0,0 +1,23 @@
|
||||
##################
|
||||
## Frontend env ##
|
||||
##################
|
||||
WEB_PORT=3000
|
||||
PUBLIC_BASE_PATH=/watch-party/
|
||||
BACKEND_ORIGIN=http://api:8082
|
||||
|
||||
#################
|
||||
## Backend env ##
|
||||
#################
|
||||
# Postgres (container)
|
||||
POSTGRES_DB=watchparty
|
||||
POSTGRES_USER=admin
|
||||
POSTGRES_PASSWORD=admin
|
||||
TZ=Asia/Tokyo
|
||||
COMPOSE_PLATFORM=linux/arm64/v8
|
||||
|
||||
# App runtime (inside Docker network)
|
||||
PGHOST=db
|
||||
POSTGRES_PORT=5432
|
||||
PGSSLMODE=disable
|
||||
GIN_MODE=release
|
||||
ADDR=:8082
|
||||
Loading…
x
Reference in New Issue
Block a user