diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..353affb --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +DATABASE_URL=postgres://spliteasy:spliteasy@localhost:5432/spliteasy +OIDC_ISSUER=https://keycloak.example.com/realms/myrealm +OIDC_CLIENT_ID=spliteasy +ALLOWED_AUDIENCES=account,spliteasy