浏览代码

prod Settings changed

master
Daniel Covington 2 周前
父节点
当前提交
9d1cbb56ef
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      .env_prod

+ 3
- 3
.env_prod 查看文件

@@ -1,7 +1,7 @@
APP_ENV=production
APP_DEBUG=false
# Update APP_URL to the production server hostname/IP and port
APP_URL=http://192.168.1.200:8080
APP_URL=http://kanban.kentcommunications.com/

# Keycloak SSO
KEYCLOAK_BASE_URL=http://kci-app01.ntp.kentcommunications.com:8180
@@ -9,8 +9,8 @@ KEYCLOAK_REALM=KCI
KEYCLOAK_CLIENT_ID=canopy-web
KEYCLOAK_CLIENT_SECRET=LHWXp5UUuES00Dz2iCjTJJgX9su6co0y
# Update redirect URIs to match APP_URL above
KEYCLOAK_REDIRECT_URI=http://192.168.1.200:8080/auth/callback
KEYCLOAK_LOGOUT_REDIRECT_URI=http://192.168.1.200:8080/login
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


正在加载...
取消
保存

Powered by TurnKey Linux.