From 4cc3bc417871fe42fef5c639a11c537629f4738d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 13 Jun 2021 12:22:52 +0200 Subject: [PATCH] Add sample env [ci skip] --- .env.sample | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..3f9f059 --- /dev/null +++ b/.env.sample @@ -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 diff --git a/README.md b/README.md index fb558f4..2e17788 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ your technology stack. - **Service Account Roles tab**: - **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) - - 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