Skip to content

Commit

Permalink
chore: allow akka license key from env
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Feb 20, 2025
1 parent 289d161 commit 7ed2803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
akka {
license-key = ""
license-key = ${?AKKA_LICENSE_KEY}
}

das {
server {
port = 50051 # the port the server listens on
Expand Down

0 comments on commit 7ed2803

Please sign in to comment.