email_newsletter_api/configuration.yaml
minhtrannhat 46ac102adc
feat(test): connecting to PostgreSQL
- rename the database name in the configuration.yaml
2024-05-03 17:10:39 -04:00

8 lines
142 B
YAML

application_port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"