Skip to content

Commit

Permalink
Bump to Hunt 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heromyth committed Jan 27, 2021
1 parent 6a28b7c commit 00a8d64
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions config/admin.routes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# [GET,POST,PUT...] path controller.method
#


3 changes: 3 additions & 0 deletions config/api.routes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#
# [GET,POST,PUT...] path controller.method
#
9 changes: 2 additions & 7 deletions config/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,11 @@ database.pool.minPoolSize = 20
database.pool.maxLifetime = 2000000
database.pool.connectionTimeout = 30000

# AMQP
amqp.enabled = true
amqp.host = 127.0.0.1
amqp.port = 5672
amqp.username = test
amqp.password = 123

# Queue
# memory, redis, amqp
# memory, redis
queue.driver = amqp
queue.workerThreads = 32

# Mail
mail.smtp.host = smtp.gmail.com
Expand Down
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name "hunt-skeleton"
description "An application based on Hunt Framework."
copyright "Copyright (c) 2015-2020 HuntLabs"
copyright "Copyright (c) 2015-2021 HuntLabs"
homepage "https://www.huntlabs.net"
license "Apache-2.0"
targetType "executable"
dependency "hunt-framework" version="~>3.4.0-beta.1"
dependency "hunt-framework" path="../hunt-framework-latest"

0 comments on commit 00a8d64

Please sign in to comment.