Newer
Older
smart-home-server / server / .env.example
@Eugene Sukhodolskiy Eugene Sukhodolskiy 19 hours ago 485 bytes Phase 0: gnexus-auth integration infrastructure
APP_NAME=SHServ
APP_VERSION=0.4 dev
DEBUG=false
DEVMODE=false

DB_DRIVER=mysql
DB_HOST=localhost
DB_NAME=smart-home-server
DB_CHARSET=utf8
DB_USER=root
DB_PASSWORD=

DEVICE_IP_RANGE_START=192.168.2.2
DEVICE_IP_RANGE_END=192.168.2.254
DEVICE_API_CONNECT_TIMEOUT=1
DEVICE_API_TIMEOUT=5
DEVICE_OFFLINE_THRESHOLD=300

GAUTH_BASE_URL=https://auth.gnexus.space
GAUTH_CLIENT_ID=shserv
GAUTH_CLIENT_SECRET=
GAUTH_REDIRECT_URI=https://smarthome.gnexus.space/auth/callback
GAUTH_WEBHOOK_SECRET=