This repository has been archived on 2024-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
joomla/.env.staging

26 lines
521 B
Plaintext

# Docker
NETWORKNAME=admin_web
# MySQL
MYSQL_ROOT_PASSWORD=r00tp@ssw0rd
MYSQL_USER=dbuser
MYSQL_PASSWORD=dbp@ssw0rdzztop
MYSQL_DATABASE=nydb
# GITEA
GITEA_API_URL=https://git.nickyeoman.com/api/v1
ACCESS_TOKEN=974f3a5e0bdc1de7bb954cb202eba196e7bb513c
# Joomla
EMAIL=noreply@nickyeoman.com
JOOMLA_USER="Nick Yeoman"
JOOMLA_USERNAME=nick
# Passwords must be 12 characters long (admin-password)
JOOMLA_PASSWORD=RswXWgP74VKrnick
# SMTP
SMTP_USER=null
SMTP_PASS=null
SMTP_HOST='mailhog'
SMTP_SECURITY='None'
SMTP_PORT=1025