-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.txt
More file actions
24 lines (16 loc) · 927 Bytes
/
env.txt
File metadata and controls
24 lines (16 loc) · 927 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
LIST OF ENVIRONMENT VARIABLES
WEB_PORT // Specifies the port Express will bind to
JWT_SECRET // Specifies the secret to use for JsonWebTokens
USE_MYSQL // Specifies if the server should use MYSql over SQLite
MYSQL_HOST // Specifies the host IP / Domain for the Database
MYSQL_USER // Specifies the Username for the Database Login
MYSQL_PASSWORD // Specifies the Password for the MySql User
MYSQL_DATABASE // Specifies the Database name for MySql
SQLITE_PATH // Specifies the filepath the database will be written to
SQLITE_FILE // Specifies the name of the database file
ADMIN_USERNAME // Specifies the username for the Admin account
ADMIN_PASSWORD // Specifies the password for the Admin account
LOG_PATH // Specifies the filepath log files will be written to
VIDEO_URL // Specifies the URL MediaMTX runs on
VIDEO_API // Specifies the URL MediaMTX's api runs on
FRONT_END_URL // Specifies the URL the Front End Runs on