Skip to content

Commit

Permalink
Merge pull request #22 from InseeFr/fix_property_name
Browse files Browse the repository at this point in the history
fix: property name and update version
  • Loading branch information
EricThuaud authored Dec 12, 2022
2 parents ca56bf0 + 248bff1 commit b5eff01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: coleman-access
image: inseefr/coleman-access:0.10.6
image: inseefr/coleman-access:0.10.7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion public/configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"urlColemanPromotionBack_commentaire": "access portal's api url",
"urlColemanPromotionBack": "${ACCESS_API_URL}",
"mySurveysUrl": "${MY_SURVEYS_URL}",
"urlSurveys": "${MY_SURVEYS_URL}",
"authType": "${AUTHENTICATION_MODE}"
}

0 comments on commit b5eff01

Please sign in to comment.