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

26 lines
456 B
Plaintext
Raw Normal View History

2023-05-20 03:30:39 +00:00
# Docker
NETWORKNAME=admin_web
# MySQL
MYSQL_ROOT_PASSWORD=REPLACEME
MYSQL_USER=REPLACEME
MYSQL_PASSWORD=REPLACEME
2023-05-20 09:01:52 +00:00
MYSQL_DATABASE=REPLACEME
# GITEA
2023-05-20 20:37:56 +00:00
GITEA_API_URL=REPLACEME
ACCESS_TOKEN=REPLACEME
2023-05-20 09:01:52 +00:00
2023-05-20 20:37:56 +00:00
# Joomla
EMAIL=noreply@example.com
2023-05-26 21:19:20 +00:00
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