13 lines
278 B
YAML
13 lines
278 B
YAML
application:
|
|
port: 8000
|
|
database:
|
|
host: "127.0.0.1"
|
|
port: 5432
|
|
username: "postgres"
|
|
password: "password"
|
|
name: "newsletter"
|
|
email_client:
|
|
base_url: "localhost"
|
|
sender_email: "test@fmail.com"
|
|
authorization_token: "my-secret-token"
|
|
timeout_milliseconds: 10000
|