Skip to content
Snippets Groups Projects
.env-example 145 B
Newer Older
# SERVER
SERVER_PORT=4000

# DATABASE
DB_USER=admin
DB_PASSWORD=password
DB_NAME=film-db

# ADMINER
ADMINER_PORT=8080