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

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

# ADMINER
ADMINER_PORT=8080
Lukáš Kratochvíl's avatar
Lukáš Kratochvíl committed
# NGINX
NGINX_PORT=3050