fix
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
SELF_HOSTED=true
|
||||
############################################################################################################
|
||||
# Development Environment
|
||||
|
||||
@@ -6,33 +5,14 @@ SELF_HOSTED=true
|
||||
# Run in your terminal: `id -u` and `id -g` and that's the results
|
||||
USERID=
|
||||
GROUPID=
|
||||
PROJECT_PATH_ON_HOST=/Users/your-username-here/code/coollabsio/coolify
|
||||
SERVEO_URL=<for receiving webhooks locally https://serveo.net/>
|
||||
MUX_ENABLED=false
|
||||
# If you are using the included Buggregator
|
||||
RAY_HOST=ray@host.docker.internal
|
||||
RAY_PORT=8001
|
||||
############################################################################################################
|
||||
|
||||
APP_NAME=Coolify
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
APP_PORT=8000
|
||||
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_HOST=coolify-mail
|
||||
MAIL_PORT=1025
|
||||
|
||||
SESSION_DRIVER=database
|
||||
DUSK_DRIVER_URL=http://selenium:4444
|
||||
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=postgres
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=coolify
|
||||
DB_USERNAME=coolify
|
||||
DB_PASSWORD=password
|
||||
|
||||
QUEUE_CONNECTION=redis
|
||||
REDIS_HOST=coolify-redis
|
||||
|
||||
Reference in New Issue
Block a user