Skip to content

Commit

Permalink
Fixed RD-15361: Added akka.license-key config that defaults to $AKKA_…
Browse files Browse the repository at this point in the history
…LICENSE_KEY
  • Loading branch information
bgaidioz committed Feb 20, 2025
1 parent 289d161 commit cca57a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
akka.license-key= ${?AKKA_LICENSE_KEY}

das {
server {
port = 50051 # the port the server listens on
Expand Down
3 changes: 0 additions & 3 deletions src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
akka {
license-key = ""
}
raw.das.server {
builtin {
1 {
Expand Down

0 comments on commit cca57a1

Please sign in to comment.