Better datastores security
Some checks failed
Rust / Test (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled

Localhost only exposed ports and stronger password for Postgres local
environment instance
This commit is contained in:
Alphonse Paix
2025-09-07 12:46:27 +02:00
parent 1ec51f0caf
commit ba6b2dbd93
6 changed files with 5 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ database:
port: 5432
database_name: "newsletter"
username: "postgres"
password: "password"
password: "Jq09NF6Y8ZXJS4jd9c8U"
require_ssl: false
email_client:
authorization_token: "secret-token"