Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
velizarn authored Dec 5, 2022
1 parent d685460 commit 2cc99af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@ You can deploy to Scalingo by clicking the button below:<br />
### Gitpod

Navigate to https://gitpod.io/#https://github.com/velizarn/heroku-redis-api and follow the instructions.
After installation update REDIS_URL to point to your Redis server
After installation create .env file in your workspace with following parameters:

```
LOG_LEVEL=info
REDIS_APPKEY_PREFIX=
REDIS_URL=redis://127.0.0.1:6379
WHITELIST_IP=
```
The most important parameter is REDIS_URL. After creating .env file restart the application, if needed.


### Local environment

Expand Down

0 comments on commit 2cc99af

Please sign in to comment.