WISVCH / chtv

The newest CH TV application and server
0 stars 1 forks source link

Add to kubernetes #3

Open svenpopping opened 5 years ago

svenpopping commented 5 years ago

See https://frans.chnet/wiki/beheer:kubernetes

Fastjur commented 5 years ago

Required environment variables:

The DB vars should be self explanatory. The APP_KEY is generated using php artisan key:generate. I am not sure how this works using kubernetes?

APP_NAME='CH TV'
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=http://chtv.chnet

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

DEBUGBAR_ENABLED=false

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120