Redis config
This commit is contained in:
@@ -2,6 +2,8 @@ application:
|
||||
port: 8080
|
||||
host: "127.0.0.1"
|
||||
base_url: "http://127.0.0.1:8080"
|
||||
email_client:
|
||||
authorization_token: "secret-token"
|
||||
database:
|
||||
host: "127.0.0.1"
|
||||
port: 5432
|
||||
@@ -10,6 +12,6 @@ database:
|
||||
password: "password"
|
||||
require_ssl: false
|
||||
timeout_milliseconds: 1000
|
||||
email_client:
|
||||
authorization_token: "secret-token"
|
||||
redis_uri: "redis://127.0.0.1:6379"
|
||||
kv_store:
|
||||
host: "127.0.0.1"
|
||||
port: 6379
|
||||
|
||||
Reference in New Issue
Block a user