forked from minecrafthome/minecrafthome
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
21 lines (16 loc) · 809 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -----------------------------------------------------------------------
# the following can be changed even with a project running, and will be
# applied the next time you run `docker compose up -d`
# -----------------------------------------------------------------------
# the URL the server thinks its at
URL_BASE=https://minecraftathome.com
# -----------------------------------------------------------------------------
# the following must be set before you build a project, and cannot be changed
# afterwards
# -----------------------------------------------------------------------------
# the user who builds the server source and runs the BOINC daemons
BOINC_USER=boincadm
# the project name
PROJECT=minecrafthome
# the folder where the project is created
PROJECT_ROOT=/home/boincadm/project