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.sample
Nick Yeoman db9b3b65b5 Removed Debugging
* Removed Debugging
* Updated Documentation
* Remove Joomla README.txt with finalize script
2023-05-24 10:43:00 -07:00

18 lines
318 B
Plaintext

# 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