forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6df243
commit 4169d72
Showing
7 changed files
with
82 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
APP_NAME=Coolify-localhost | ||
APP_ID=development | ||
# Coolify Configuration | ||
APP_ENV=local | ||
APP_NAME="Coolify Development" | ||
APP_ID=development | ||
APP_KEY= | ||
APP_DEBUG=true | ||
APP_URL=http://localhost | ||
APP_PORT=8000 | ||
APP_DEBUG=true | ||
MUX_ENABLED=false | ||
|
||
# Enable Laravel Telescope for debugging | ||
TELESCOPE_ENABLED=false | ||
|
||
# Selenium Driver URL for Dusk | ||
DUSK_DRIVER_URL=http://selenium:4444 | ||
|
||
## For Andras only | ||
# To purge cache | ||
# PostgreSQL Database Configuration | ||
DB_DATABASE=coolify | ||
DB_USERNAME=coolify | ||
DB_PASSWORD=password | ||
DB_HOST=host.docker.internal | ||
DB_PORT=5432 | ||
|
||
#Set custom ray port | ||
RAY_PORT= | ||
|
||
# Special Keys for Andras | ||
# For cache purging | ||
BUNNY_API_KEY= | ||
# To upload assets | ||
# For asset uploads | ||
BUNNY_STORAGE_API_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Coolify Configuration | ||
APP_ID= | ||
APP_NAME=Coolify | ||
APP_KEY= | ||
|
||
# PostgreSQL Database Configuration | ||
DB_USERNAME=coolify | ||
DB_PASSWORD= | ||
|
||
# Redis Configuration | ||
REDIS_PASSWORD= | ||
|
||
# Pusher Configuration | ||
PUSHER_APP_ID= | ||
PUSHER_APP_KEY= | ||
PUSHER_APP_SECRET= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters