Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Dec 14, 2024
1 parent a31201f commit 9b7e2c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags:
- v*
env:
VERSION: 2.0.8
VERSION: 2.1.0

jobs:
publish:
Expand Down
6 changes: 4 additions & 2 deletions build/Coldbox.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ component{

moduleSettings = {
"cbsecurity" : {
"userService" : "UserService@stachebox"
"authentication" : {
"userService" : "UserService@stachebox"
}
},
"cbauth" : {
"userServiceClass" : "UserService@stachebox"
Expand All @@ -56,7 +58,7 @@ component{
"isStandalone" : true
},
"logstash" : {
"applicationName" : "StacheboxContainer"
"applicationName" : getSystemSetting( "APPLICATION_NAME", "Stachebox Service" )
}
};

Expand Down

0 comments on commit 9b7e2c5

Please sign in to comment.