2024-02-07 12:07:03 +01:00
|
|
|
application:
|
|
|
|
|
port: 8000
|
2024-01-01 14:34:42 +01:00
|
|
|
database:
|
|
|
|
|
host: "127.0.0.1"
|
|
|
|
|
port: 5432
|
|
|
|
|
username: "postgres"
|
|
|
|
|
password: "password"
|
2024-01-21 22:00:10 +01:00
|
|
|
name: "newsletter"
|
2024-02-21 11:18:44 +01:00
|
|
|
email_client:
|
|
|
|
|
base_url: "localhost"
|
|
|
|
|
sender_email: "test@fmail.com"
|
2024-02-26 22:00:33 +01:00
|
|
|
authorization_token: "my-secret-token"
|
2024-03-02 14:55:51 +01:00
|
|
|
timeout_milliseconds: 10000
|