deploy
This commit is contained in:
@@ -20,8 +20,9 @@ const corsOrigin = process.env.CORS_ORIGIN ?? 'http://localhost:5173';
|
||||
|
||||
if (!oidcIssuer) {
|
||||
console.error(
|
||||
'Set OIDC_ISSUER or AUTHENTIK_URL + OIDC_APP_SLUG in backend/.env',
|
||||
'Missing OIDC config: set AUTHENTIK_URL + OIDC_APP_SLUG (or OIDC_ISSUER) in environment.',
|
||||
);
|
||||
console.error(' On server: cp deploy/.env.example deploy/.env && docker compose --env-file .env up -d --build');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user