gege-jdr-backend/settings/base.yaml
Lucien Cartier-Tilet c73ff3d581
Some checks failed
CI / tests (push) Failing after 3m18s
Publish Docker image / publish (push) Failing after 13s
Initial commit
2024-08-10 12:02:33 +02:00

19 lines
351 B
YAML

application:
port: 3000
name: "GegeJdrBackend"
version: 0.1.0
database:
host: localhost
port: 5432
name: gege-jdr-backend
user: dev
password: password
require_ssl: false
email:
host: smtp.gege-jdr-backend.example
user: user@gege-jdr-backend.example
from: GegeJdrBackend <noreply@gege-jdr-backend.example>
password: hunter2