add config .env variable to readme
This commit is contained in:
parent
6fb9672a76
commit
5c2dc632b1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ PROMETHEUS_STORAGE_ADAPTER=memory
|
||||||
REDIS_HOST=localhost
|
REDIS_HOST=localhost
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
PROMETHEUS_REDIS_PREFIX=PROMETHEUS_
|
PROMETHEUS_REDIS_PREFIX=PROMETHEUS_
|
||||||
|
PROMETHEUS_REDIS_DATABASE=0
|
||||||
```
|
```
|
||||||
|
|
||||||
To customize the configuration file, publish the package configuration using Artisan.
|
To customize the configuration file, publish the package configuration using Artisan.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue