rust-poem-openapi-template/settings/base.yaml

19 lines
369 B
YAML

application:
port: 3000
name: "${REPO_NAME_PASCAL}"
version: 0.1.0
database:
host: localhost
port: 5432
name: ${REPO_NAME_KEBAB}
user: dev
password: password
require_ssl: false
email:
host: smtp.${REPO_NAME_KEBAB}.example
user: user@${REPO_NAME_KEBAB}.example
from: ${REPO_NAME_PASCAL} <noreply@${REPO_NAME_KEBAB}.example>
password: hunter2