From 262c47a5594ddd421b58caa6418ba2f79aa0edbe Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Tue, 20 Jan 2026 14:20:37 +0000 Subject: [PATCH] Add env variables to preprod --- src/Visualiser/appsettings.PreProduction.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Visualiser/appsettings.PreProduction.json diff --git a/src/Visualiser/appsettings.PreProduction.json b/src/Visualiser/appsettings.PreProduction.json new file mode 100644 index 0000000..101db0e --- /dev/null +++ b/src/Visualiser/appsettings.PreProduction.json @@ -0,0 +1,8 @@ +{ + "API": { + "Scopes": [ + "api://916ace49-a3db-4b11-84c5-6c4bd20260ef/visualiser.read", + "api://916ace49-a3db-4b11-84c5-6c4bd20260ef/visualiser.write" + ] + } +} \ No newline at end of file