summarylogtreecommitdiffstats
path: root/pxe-boot-admin.env.example
blob: bc80f23e308e4584ef527100c000e026e69be91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Required for WUT SK PXE Boot Admin Application:
NEXT_PUBLIC_USOS_CONSUMER_KEY=YOUR_KEY_HERE
USOS_CONSUMER_SECRET=YOUR_SECRET_HERE
AMT_USERNAME=YOUR_AMT_USERNAME
AMT_PASSWORD=YOUR_AMT_PASSWORD

# These are typically set in the systemd service file but can be overridden here if needed:
# NODE_ENV=production
# HOST=0.0.0.0
# PORT=3000

NEXT_PUBLIC_USOS_CALLBACK_URL=/api/auth/callback
AMT_PORT=16992