Skip to content

Commit

Permalink
chore: add load semantics option in .env.example
Browse files Browse the repository at this point in the history
* chore: implemented switch to load semantics module

* chore: implemented switch for local auth or OIDC auth
  • Loading branch information
SBlechmann authored May 7, 2024
1 parent 9223d9e commit dee2d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Entirety/.env.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ENTITIES_LOAD=True
DEVICES_LOAD=True
NOTIFICATIONS_LOAD=True
SEMANTICS_LOAD=True

# Database
DATABASE_PORT=5432
Expand All @@ -26,6 +27,7 @@ LOKI_PROTOCOL=http
LOKI_SRC_HOST=entirety
LOKI_TIMEZONE=Europe/Berlin

LOCAL_AUTH=True
# OIDC
OIDC_OP_AUTHORIZATION_ENDPOINT=
OIDC_OP_JWKS_ENDPOINT=
Expand Down

0 comments on commit dee2d11

Please sign in to comment.