Add sample env [ci skip]

This commit is contained in:
decentral1se 2021-06-13 12:22:52 +02:00
parent d22abd2bc5
commit 4cc3bc4178
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 11 additions and 1 deletions

10
.env.sample Normal file
View File

@ -0,0 +1,10 @@
APP_SECRET_KEY=foobar
APP_THEME=lumbung
INVITE_TIME_LIMIT=30
KEYCLOAK_CLIENT_ID=admin-cli
KEYCLOAK_CLIENT_SECRET=barfoo
KEYCLOAK_DOMAIN=login.lumbung.space
KEYCLOAK_REALM=lumbung-space
REDIS_DB=0
REDIS_HOST=localhost
REDIS_PORT=6379

View File

@ -40,7 +40,7 @@ your technology stack.
- **Service Account Roles tab**: - **Service Account Roles tab**:
- **Client roles**: Under `realm-management` add `manage-users` and `view-users` - **Client roles**: Under `realm-management` add `manage-users` and `view-users`
- Deploy using [`coop-cloud/keycloak-colective-portal`](https://git.autonomic.zone/coop-cloud/keycloak-collective-portal) - Deploy using [`coop-cloud/keycloak-colective-portal`](https://git.autonomic.zone/coop-cloud/keycloak-collective-portal)
- See the example [.envrc](./.envrc) for the configuration available, more documentation will follow soon. - See the example [.envrc](.env.sample) for the configuration available, more documentation will follow soon.
### From a collective member perspective ### From a collective member perspective