Skip to content

Commit

Permalink
Initial demo app re-skinning
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Dec 4, 2024
1 parent ff9026e commit 28f237d
Show file tree
Hide file tree
Showing 16 changed files with 125 additions and 139 deletions.
15 changes: 1 addition & 14 deletions demo/vue/app/config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,5 @@
"logFile": "SERVER_LOGFILE",
"logLevel": "SERVER_LOGLEVEL",
"port": "SERVER_PORT"
},
"serviceClient": {
"commonServices": {
"ches": {
"endpoint": "SC_CS_CHES_ENDPOINT"
},
"cdogs": {
"endpoint": "SC_CS_CDOGS_ENDPOINT"
},
"tokenEndpoint": "SC_CS_TOKEN_ENDPOINT",
"username": "SC_CS_USERNAME",
"password": "SC_CS_PASSWORD"
}
}
}
}
21 changes: 5 additions & 16 deletions demo/vue/app/config/default.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
{
"frontend": {
"apiPath": "api/v1",
"basePath" : "/app",
"basePath": "/app",
"keycloak": {
"serverUrl": "https://dev.oidc.gov.bc.ca/auth"
"serverUrl": ""
}
},
"server": {
"apiPath": "/api/v1",
"basePath" : "/app",
"basePath": "/app",
"bodyLimit": "30mb",
"keycloak": {
"serverUrl": "https://dev.oidc.gov.bc.ca/auth"
"serverUrl": ""
},
"logLevel": "http",
"port": "8080"
},
"serviceClient": {
"commonServices": {
"ches": {
"endpoint": "https://ches-dev.pathfinder.gov.bc.ca/api"
},
"cdogs": {
"endpoint": "https://cdogs-dev.pathfinder.gov.bc.ca/api"
},
"tokenEndpoint": "https://dev.oidc.gov.bc.ca/auth/realms/jbd6rnxw/protocol/openid-connect/token"
}
}
}
}
4 changes: 2 additions & 2 deletions demo/vue/app/config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"logLevel": "silent"
},
"serviceClient": {
"commonServices": {
"customService": {
"username": "username",
"password": "password"
}
}
}
}
35 changes: 15 additions & 20 deletions demo/vue/app/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.25.9",
"@bcgov/bc-sans": "^2.1.0",
"@vue/eslint-config-prettier": "^10.1.0",
"axios": "^1.7.7",
"core-js": "^3.39.0",
Expand Down Expand Up @@ -52,4 +51,4 @@
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}
}
Binary file modified demo/vue/app/frontend/public/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 28f237d

Please sign in to comment.