File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
"postversion" : " git push --follow-tags" ,
16
16
"sync" : " git checkout master && git pull && git fetch upstream && git merge upstream/master && git push origin --follow-tags"
17
17
},
18
- "version" : " 0.31.5-0 "
18
+ "version" : " 0.31.7 "
19
19
}
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ FEATURE_ENABLE_SSO_CONFIGURATION="true"
65
65
# Feature toggle for the configuration of the team deletion survey form.
66
66
ENABLE_TEAM_DELETION_SURVEY="true"
67
67
68
+ # Allows a client to use a development version of the api (if present)
69
+ ENABLE_DEV_BACKEND_API="false"
70
+
68
71
# Feature toggle for the configuration of a logo for the team. Can be set to true or false.
69
72
FEATURE_ENABLE_TEAM_LOGO="true"
70
73
You can’t perform that action at this time.
0 commit comments