Add sample env [ci skip]
This commit is contained in:
parent
d22abd2bc5
commit
4cc3bc4178
10
.env.sample
Normal file
10
.env.sample
Normal 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
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user