21 lines
345 B
Plaintext
21 lines
345 B
Plaintext
# Run Scripts
|
|
DEBUG=false
|
|
|
|
# Docker
|
|
NETWORKNAME=admin_web
|
|
|
|
# MySQL
|
|
MYSQL_ROOT_PASSWORD=REPLACEME
|
|
MYSQL_USER=REPLACEME
|
|
MYSQL_PASSWORD=REPLACEME
|
|
MYSQL_DATABASE=REPLACEME
|
|
|
|
# GITEA
|
|
GITEA_API_URL=REPLACEME
|
|
ACCESS_TOKEN=REPLACEME
|
|
|
|
# Joomla
|
|
EMAIL=noreply@example.com
|
|
JOOMLA_USER=admin
|
|
# Passwords must be 12 characters long
|
|
JOOMLA_PASSWORD=REPLACEME123 |