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

18 lines
318 B
Plaintext
Raw Normal View History

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
JOOMLA_USER=admin
2023-05-20 16:06:24 -07:00
# Passwords must be 12 characters long
JOOMLA_PASSWORD=REPLACEME123