mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
docker: Use a .env file
This commit is contained in:
10
env.example
Normal file
10
env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Port that exposes the HTTP frontend
|
||||
PORT=9000
|
||||
|
||||
# Path to the mango main directory
|
||||
# This directory holds the database and the library files
|
||||
MAIN_DIRECTORY_PATH=
|
||||
|
||||
# Path to the mango config directory
|
||||
# This directory holds the mango configuration path
|
||||
CONFIG_DIRECTORY_PATH=
|
||||
Reference in New Issue
Block a user