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

View File

@ -5,10 +5,8 @@
/public/storage
/storage/*.key
/vendor
.env.example
.env
.env.backup
.env.production
.env.secrets
.phpunit.result.cache
Homestead.json

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

3
.gitignore vendored
View File

@ -7,7 +7,7 @@
/vendor
.env
.env.backup
.env.production
.env.secrets
.phpunit.result.cache
Homestead.json
Homestead.yaml
@ -20,7 +20,6 @@ yarn-error.log
/.npm
/.bash_history
/_volumes
.env.secrets
.lesshst
psysh_history