21 lines
487 B
Bash
21 lines
487 B
Bash
# Hermes Hub Environment Configuration
|
|
TZ=Africa/Tunis
|
|
|
|
# Master Secret (OBLIGATOIRE — generer avec: openssl rand -hex 32)
|
|
HUB_SECRET=
|
|
|
|
# Tailscale Endpoints
|
|
NAS_TAILSCALE_IP=100.86.197.88
|
|
VPS_TAILSCALE_IP=100.94.90.119
|
|
|
|
# Backend URLs
|
|
HERMES_TT_URL=http://100.86.197.88:3010
|
|
HERMES_NYORA_URL=http://100.86.197.88:3020
|
|
HERMES_PERSO_URL=http://100.86.197.88:3031
|
|
HERMES_NABIL_URL=http://127.0.0.1:8642
|
|
DSH_FILEBROWSER_URL=http://dsh-filebrowser:80
|
|
|
|
# User IDs
|
|
DSH_UID=1001
|
|
DSH_GID=1001
|