fix: APP_NAME in development
- using a different APP_NAME for development might seem like a good idea but it is annoying and causes issues when debugging, especially with Redis as it is used as a key prefix
This commit is contained in:
parent
dcdb91afaf
commit
dc6ef3d231
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Coolify Configuration
|
# Coolify Configuration
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_NAME="Coolify Development"
|
APP_NAME=Coolify
|
||||||
APP_ID=development
|
APP_ID=development
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue