feat(dgsi): Update staff group
All checks were successful
Build all the nodes / netcore02 (push) Successful in 21s
Build all the nodes / ap01 (push) Successful in 33s
Build the shell / build-shell (push) Successful in 23s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build all the nodes / bridge01 (push) Successful in 1m50s
Build all the nodes / geo02 (push) Successful in 1m50s
Build all the nodes / geo01 (push) Successful in 1m57s
Build all the nodes / rescue01 (push) Successful in 1m58s
Build all the nodes / hypervisor01 (push) Successful in 1m58s
Build all the nodes / hypervisor03 (push) Successful in 2m12s
Build all the nodes / hypervisor02 (push) Successful in 2m16s
Build all the nodes / storage01 (push) Successful in 2m25s
Build all the nodes / build01 (push) Successful in 2m28s
Build all the nodes / tower01 (push) Successful in 2m29s
Build all the nodes / web03 (push) Successful in 2m31s
Build all the nodes / web02 (push) Successful in 2m33s
Build all the nodes / vault01 (push) Successful in 2m42s
Build all the nodes / web01 (push) Successful in 2m54s
Build all the nodes / compute01 (push) Successful in 3m12s

This commit is contained in:
Tom Hubrecht 2025-01-30 17:34:04 +01:00
parent 8705fe8865
commit 2c59fd4e81
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 4 additions and 2 deletions

View file

@ -157,6 +157,8 @@ in
DGSI_ARCHIVES_ROOT = "/var/lib/django-apps/dgsi/archives";
DGSI_ARCHIVES_INTERNAL = "_archives";
DGSI_STAFF_GROUP = "grp_bureau@sso.dgnum.eu";
DGSI_DATABASES = builtins.toJSON {
default = {
ENGINE = "django.db.backends.postgresql";