Updated configuration for development environment, changing Keycloak client ID and updating app URLs for client and API.
This commit is contained in:
parent
c750b1a573
commit
85f9ca8b6d
@ -9,14 +9,14 @@
|
|||||||
"keycloak": {
|
"keycloak": {
|
||||||
"url": "https://auth.tombutcher.work",
|
"url": "https://auth.tombutcher.work",
|
||||||
"realm": "master",
|
"realm": "master",
|
||||||
"clientId": "farmcontrol-client"
|
"clientId": "farmcontrol-dev"
|
||||||
},
|
},
|
||||||
"requiredRoles": []
|
"requiredRoles": []
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"urlClient": "http://localhost:3000",
|
"urlClient": "https://dev.tombutcher.work",
|
||||||
"urlElectronClient": "http://localhost:3000",
|
"urlElectronClient": "http://localhost:5780",
|
||||||
"urlApi": "http://localhost:8787",
|
"urlApi": "https://dev.tombutcher.work/api",
|
||||||
"devAuthClient": "http://localhost:3500"
|
"devAuthClient": "http://localhost:3500"
|
||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user