Set User and Group IDs

This commit is contained in:
Jeroen Vijgen
2025-10-07 23:31:39 +03:00
committed by GitHub
parent ac4a43ee37
commit dc2e5c2179
@@ -74,6 +74,8 @@ module "pelican-panel" {
]
env_vars = {
TZ = var.timezone
PUID = var.user_id
PGID = var.group_id
APP_TIMEZONE = var.timezone
APP_ENV = "production"
APP_URL = "${var.subdomain}.blackchaosnl.myaddr.dev"