-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
21 lines (19 loc) · 839 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Due to the security practices used in this project
# the following DNS entries have to point to this VM
# if the DOMAIN_NAME was used:
# synopsis.htl-grieskirchen.at
# mainframe.synopsis.htl-grieskirchen.at
# *.backend.synopsis.htl-grieskirchen.at
# *.plugin.synopsis.htl-grieskirchen.at
DOMAIN_NAME=synopsis.htl-grieskirchen.at
# The used webserver (Caddy) will automatically request,
# validate and maintain DNS certificates for the specified
# domains using Let's Encrypt.
# Let's Encrypt wants a valid email address with which the
# administrator can be reached e.g. in case a certificate
# is nearing its expiry date (which shouldn't happen as long
# as this system is running).
# The IP address of the LDAP server which will be used for
# authentication.
LDAP_SERVER_IP=10.10.0.11