Skip to content

Commit

Permalink
feat: add heroku.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tkqubo committed Feb 8, 2016
1 parent 4a429ff commit 264826c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/heroku.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
akka {
loglevel = INFO
}

spray.can.server {
request-timeout = 8s
}

app {
systemName = "spray-swagger-slick-authentication"
userServiceName = "demo-service"
interface = "localhost"
port = ${?PORT}
}

db {
url="jdbc:mysql://localhost:3306/sample"
user="root"
password=""
keepAliveConnection = true
numThreads=3
maxConnections=5
}

0 comments on commit 264826c

Please sign in to comment.