APP_ENV=production
APP_DEBUG=false
# Update APP_URL to the production server hostname/IP and port
APP_URL=http://kanban.kentcommunications.com/

# Keycloak SSO
KEYCLOAK_BASE_URL=http://kci-app01.ntp.kentcommunications.com:8180
KEYCLOAK_REALM=KCI
KEYCLOAK_CLIENT_ID=canopy-web
KEYCLOAK_CLIENT_SECRET=LHWXp5UUuES00Dz2iCjTJJgX9su6co0y
# Update redirect URIs to match APP_URL above
KEYCLOAK_REDIRECT_URI=http://kanban.kentcommunications.com//auth/callback
KEYCLOAK_LOGOUT_REDIRECT_URI=http://kanban.kentcommunications.com//login

# PrintStream SQL Server
PRINTSTREAM_HOST=192.168.1.197
PRINTSTREAM_PORT=1433
PRINTSTREAM_DATABASE=Livedata_dosrun
PRINTSTREAM_USER=sa
PRINTSTREAM_PASSWORD=ch@rt3r
IMPORT_RUN_EVERY_MINUTES=30
