Publish from private repository

This commit is contained in:
Gitea Actions
2026-08-01 12:08:49 +00:00
commit 6f7fd61ee9
695 changed files with 69563 additions and 0 deletions
@@ -0,0 +1,18 @@
// Browser → host ports (defaults; Docker build may overwrite via API_PUBLIC_URL).
export const environment = {
production: true,
apiUrl: 'http://localhost:32081',
identityServer: 'http://localhost:32081/',
allowedUrls: ['http://localhost:32081'],
// Plain HTTP demo stack — do not require HTTPS for OIDC.
requireHttps: false,
externalLogins: {
google: {
clientId: ''
},
auth0: {
clientId: '',
domain: ''
}
}
};