mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 02:45:29 -04:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
# 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=
|