MarketingSystemDataTool/server/config_example.yaml

15 lines
352 B
YAML

app:
port: "8077"
marketing_db:
host: "YOUR_MARKETING_DB_HOST"
port: "3306"
user: "YOUR_MARKETING_DB_USER"
password: "YOUR_MARKETING_DB_PASSWORD"
name: "YOUR_MARKETING_DB_NAME"
ymt_db:
host: "YOUR_YMT_DB_HOST"
port: "3306"
user: "YOUR_YMT_DB_USER"
password: "YOUR_YMT_DB_PASSWORD"
name: "YOUR_YMT_DB_NAME"