Moved to bash script
we don't need this file any more as it's generated by bash script
This commit is contained in:
parent
ce270e5168
commit
040e7783a8
@ -1,26 +0,0 @@
|
||||
# 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="John Doe"
|
||||
JOOMLA_USERNAME=admin
|
||||
# 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
|
Reference in New Issue
Block a user