Localhost only exposed ports and stronger password for Postgres local environment instance
16 lines
341 B
YAML
16 lines
341 B
YAML
application:
|
|
port: 8000
|
|
host: "127.0.0.1"
|
|
base_url: "http://127.0.0.1:8000"
|
|
database:
|
|
host: "127.0.0.1"
|
|
port: 5432
|
|
database_name: "newsletter"
|
|
username: "postgres"
|
|
password: "Jq09NF6Y8ZXJS4jd9c8U"
|
|
require_ssl: false
|
|
email_client:
|
|
authorization_token: "secret-token"
|
|
redis_uri: "redis://127.0.0.1:6379"
|
|
require_tls: false
|