mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user