-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(KUI-1321): cleanup local env setup
- Loading branch information
Karl Andin
authored and
karlandindrakryggen
committed
May 17, 2024
1 parent
74a2488
commit e756238
Showing
3 changed files
with
7 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
KURSINFO_API_KEY=[key you specified in kursinfo-api for this service] | ||
APPLICATIONINSIGHTS_CONNECTION_STRING=<Available at Azure key vault> | ||
KOPPS_URI=https://api-r.referens.sys.kth.se/api/kopps/v2/?defaultTimeout=60000 | ||
KURSINFO_API_URI=<Available at Azure configuration page> | ||
SESSION_SECRET=[something random] | ||
SESSION_KEY=kursinfo-admin-web.sid | ||
OIDC_APPLICATION_ID=<FROM ADFS> | ||
OIDC_CLIENT_SECRET=<FROM ADFS> | ||
OIDC_TOKEN_SECRET=<Random string> | ||
OIDC_CONFIGURATION_URL=<not needed if localhost> | ||
OIDC_CALLBACK_URL=<not needed if localhost> | ||
OIDC_CALLBACK_SILENT_URL=<not needed if localhost> | ||
OIDC_CALLBACK_LOGOUT_URL=<not needed if localhost> | ||
REDIS_URI=[connection string to redis] | ||
BLOB_SERVICE_SAS_URL=https://[common storage name].blob.core.windows.net/?[params]&spr=https&sig=[generated signature] | ||
STORAGE_CONTAINER_NAME=kursinfo-image-container | ||
/*If you want to start your server on another port, add the following two variables, else use default ones from serversettings.js*/ | ||
SERVER_PORT=[your port for the server] | ||
SERVER_HOST_URL=http://localhost:[SERVER_PORT] | ||
KURSINFO_API_KEY=[Available in Azure KeyVault] | ||
OIDC_APPLICATION_ID=[Available in Azure KeyVault] | ||
OIDC_CLIENT_SECRET=[Available in Azure KeyVault] | ||
REDIS_URI=[Available in Azure KeyVault] | ||
BLOB_SERVICE_SAS_URL=[Available in Azure KeyVault] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters