home-lab/backend/.env.example

12 lines
140 B
Plaintext
Raw Normal View History

2024-03-16 10:14:17 +07:00
# Config
2024-03-16 07:52:42 +07:00
JWT_SECRET=
AUTH_USERNAME=
AUTH_PASSWORD=
2024-03-16 10:14:17 +07:00
# Apps
PC_MAC_ADDR=
TERMINAL_SHELL=
2024-03-16 16:03:15 +07:00
FILE_DIRS="/some/path;/another/path"
2024-03-18 02:33:04 +07:00
VNC_PORT=5901