25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
718B

  1. APP_ENV=production
  2. APP_DEBUG=false
  3. # Update APP_URL to the production server hostname/IP and port
  4. APP_URL=http://kanban.kentcommunications.com/
  5. # Keycloak SSO
  6. KEYCLOAK_BASE_URL=http://kci-app01.ntp.kentcommunications.com:8180
  7. KEYCLOAK_REALM=KCI
  8. KEYCLOAK_CLIENT_ID=canopy-web
  9. KEYCLOAK_CLIENT_SECRET=LHWXp5UUuES00Dz2iCjTJJgX9su6co0y
  10. # Update redirect URIs to match APP_URL above
  11. KEYCLOAK_REDIRECT_URI=http://kanban.kentcommunications.com//auth/callback
  12. KEYCLOAK_LOGOUT_REDIRECT_URI=http://kanban.kentcommunications.com//login
  13. # PrintStream SQL Server
  14. PRINTSTREAM_HOST=192.168.1.197
  15. PRINTSTREAM_PORT=1433
  16. PRINTSTREAM_DATABASE=Livedata_dosrun
  17. PRINTSTREAM_USER=sa
  18. PRINTSTREAM_PASSWORD=ch@rt3r
  19. IMPORT_RUN_EVERY_MINUTES=30

Powered by TurnKey Linux.