feat: Enable UGA SSO with Microsoft Entra
This commit is contained in:
@@ -285,7 +285,9 @@ in
|
|||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = "/var/lib/supabase";
|
WorkingDirectory = "/var/lib/supabase";
|
||||||
|
EnvironmentFile="/var/lib/usda-vision/.env";
|
||||||
ExecStart = "${pkgs.supabase-cli}/bin/supabase start";
|
ExecStart = "${pkgs.supabase-cli}/bin/supabase start";
|
||||||
|
ExecStop = "${pkgs.supabase-cli}/bin/supabase stop";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
User = "root";
|
User = "root";
|
||||||
|
|||||||
Submodule usda-vision updated: 32504f7196...83084158b5
Reference in New Issue
Block a user