Skip to content

Commit

Permalink
keycloak changes - Temporary Save
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Williams-BC committed Jan 16, 2023
1 parent 3e23efb commit d84066b
Show file tree
Hide file tree
Showing 20 changed files with 10,324 additions and 175 deletions.
17 changes: 6 additions & 11 deletions .env
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
environment=local
db_type=postgres
db_host=localhost
# db_port=5432
db_port=5433
db_username=timeTrackerAdmin
db_port=5432
db_username=
db_password=
db_name=timeMachineDev
db_name=TimeMachine
db_synchronize=true
# kc_authServerUrl=https://iam.aot-technologies.com/auth
kc_authServerUrl=https://oidc.gov.bc.ca/auth
kc_realm=Time_Tracker_dev
kc_resource=timeMachineApp
kc_adminUserName=admin
kc_adminPassword=password
kc_authServerUrl=https://dev.loginproxy.gov.bc.ca/auth
kc_resource=time-machine-4338
VUE_APP_API_URI=http://localhost:3000
VUE_APP_KEYCLOAK_JSON_FILENAME=keycloak-local
VUE_APP_KEYCLOAK_JSON_FILENAME=statics/keycloak-local
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ sql/
*-secret.*
*-secrets.*
dev_db/
backup/*.sql
backup/*.sql
api/src/app/config/env-config.ts
.env
Loading

0 comments on commit d84066b

Please sign in to comment.