This commit is contained in:
Andras Bacsai
2023-04-27 14:45:45 +02:00
parent d51167d770
commit 4435563f1e
3 changed files with 33 additions and 18 deletions

16
.env.production.example Normal file
View File

@@ -0,0 +1,16 @@
APP_NAME=Coolify
APP_SERVICE=php
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost
APP_PORT=3000
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=coolify
DB_USERNAME=
DB_PASSWORD=
QUEUE_CONNECTION=database