This repository has been archived on 2024-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-05-19 20:30:39 -07:00
|
|
|
# Docker
|
|
|
|
|
NETWORKNAME=admin_web
|
|
|
|
|
|
|
|
|
|
# MySQL
|
|
|
|
|
MYSQL_ROOT_PASSWORD=REPLACEME
|
|
|
|
|
MYSQL_USER=REPLACEME
|
|
|
|
|
MYSQL_PASSWORD=REPLACEME
|
2023-05-20 02:01:52 -07:00
|
|
|
MYSQL_DATABASE=REPLACEME
|
|
|
|
|
|
|
|
|
|
# GITEA
|
2023-05-20 13:37:56 -07:00
|
|
|
GITEA_API_URL=REPLACEME
|
|
|
|
|
ACCESS_TOKEN=REPLACEME
|
2023-05-20 02:01:52 -07:00
|
|
|
|
2023-05-20 13:37:56 -07:00
|
|
|
# Joomla
|
|
|
|
|
EMAIL=noreply@example.com
|
2023-05-26 14:19:20 -07:00
|
|
|
JOOMLA_USER="John Doe"
|
|
|
|
|
JOOMLA_USERNAME=admin
|
2023-06-07 14:16:31 -07:00
|
|
|
# Passwords must be 12 characters long (admin-password)
|
|
|
|
|
JOOMLA_PASSWORD=REPLACEME123
|
|
|
|
|
|
|
|
|
|
# SMTP
|
|
|
|
|
SMTP_USER=null
|
|
|
|
|
SMTP_PASS=null
|
|
|
|
|
SMTP_HOST='mailhog'
|
|
|
|
|
SMTP_SECURITY='None'
|
|
|
|
|
SMTP_PORT=1025
|