Skip to content

Commit

Permalink
Clean app config
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 15, 2023
1 parent ea92690 commit 5e11c4e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions conf/application.conf
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
http.port = 9665
https.port = disabled
redis.uri = "redis://127.0.0.1"

akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
}

play {
mode = prod
application.loader = "lila.app.AppLoader"
server.netty.transport = "native"
http.secret.key="T6CNiunfamFP5ZCmxC8sSrtwICGOa6XKx9N0txhKiAIR94AJPAdHZ12xVXQwAq5a"
}

kamon {
enabled = false
environment.service = "lila-fishnet"
Expand Down

0 comments on commit 5e11c4e

Please sign in to comment.