This commit is contained in:
Andras Bacsai
2023-04-27 15:00:12 +02:00
parent 28601437e4
commit c98d756e6b
3 changed files with 19 additions and 4 deletions

18
.env.production Normal file
View File

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