2020-11-01 21:25:11 +00:00
|
|
|
application:
|
|
|
|
port: 8000
|
|
|
|
host: 0.0.0.0
|
2022-03-12 00:45:26 +00:00
|
|
|
hmac_secret: "super-long-and-secret-random-key-needed-to-verify-message-integrity"
|
2020-11-01 21:25:11 +00:00
|
|
|
database:
|
2021-10-07 20:55:04 +00:00
|
|
|
host: "127.0.0.1"
|
2020-11-01 21:25:11 +00:00
|
|
|
port: 5432
|
|
|
|
username: "postgres"
|
|
|
|
password: "password"
|
|
|
|
database_name: "newsletter"
|
2021-01-16 15:11:17 +00:00
|
|
|
require_ssl: false
|
|
|
|
email_client:
|
2021-01-16 23:01:08 +00:00
|
|
|
base_url: "localhost"
|
|
|
|
sender_email: "test@gmail.com"
|
2021-09-01 19:36:33 +00:00
|
|
|
authorization_token: "my-secret-token"
|
2022-03-12 19:03:55 +00:00
|
|
|
timeout_milliseconds: 10000
|
|
|
|
redis_uri: "redis://127.0.0.1:6379"
|