Kaydet (Commit) 4853c18f authored tarafından mertcelen's avatar mertcelen

Add missing files and update README in order to prevent future file issues.

üst c0ce1e9c
APP_NAME=Liman
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=https://limantest.pardus.lab
APP_NOTIFICATION_EMAIL=bildirim@limantest.pardus.lab
LOG_CHANNEL=syslog
DB_CONNECTION=mongodb
DB_HOST=localhost
DB_PORT=27017
DB_DATABASE=liman
DB_USERNAME=
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
DEBUGBAR_ENABLED = FALSE
QUEUE_DRIVER=database
\ No newline at end of file
......@@ -11,5 +11,4 @@ Homestead.yaml
npm-debug.log
yarn-error.log
.env
.phpunit.result.cache
.env.example
.phpunit.result.cache
\ No newline at end of file
......@@ -62,7 +62,7 @@ sudo apt install sshpass telnet nmap python3 python3-paramiko python3-tornado -y
```
#### Config Dosyasi Linkleme
```bash
sudo mv /liman/server/.env.example /liman/server/.env
sudo cp /liman/server/.env.example /liman/server/.env
sudo ln -sf /liman/server/.env /liman/liman.conf
```
#### Liman Sessionlari icin Key Olusturma ve Administrator Hesabı Ekleme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment