-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.default-template
More file actions
35 lines (35 loc) · 967 Bytes
/
env.default-template
File metadata and controls
35 lines (35 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# We need to create a .env file for the project where VHOST is either forum or
# test. The DNS address of the forum is ${VHOST}.${DOMAIN}
VHOST=
DOMAIN=
# Forum owner Symolic Name, Numeric UID and GID
FORUM_USER=
FUID=
FGID=
# Port for forum: 80 + 443, test: 8080 + 4443
HTTP_PORT=
HTTPS_PORT=
# This is the SSH port used to connect to the backup service
SSH_PORT=
# This mapped in Docker compose to the /var/www/ibp WEBROOT
IPB_ROOT=
# IPB Licence Key
IPB_KEY=
# DNS entry for Admin's home IP
APACHE_ADMIN=
# Randomly generate ROOT and user passwords. The user fields must match the
# IPSuite confugration file
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=
REDIS_PWD=
# Current timezone of server
TZ=
# Debian & PHP versions
DEBIAN_VERSION=
PHP_VERSION=
#
## The .secrets folder contain the following files:
# - mysql-root & redis-pwd; these must match the value of the env variables
# - authorized_keys. Public keys for users with read access to backups.
#