chore: add settings.yaml template file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
config/settings.yaml.example
Normal file
10
config/settings.yaml.example
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 数据库配置
|
||||||
|
database:
|
||||||
|
sql_server:
|
||||||
|
host: YOUR_DB_HOST
|
||||||
|
port: 1433
|
||||||
|
database: YOUR_DB_NAME
|
||||||
|
username: YOUR_USERNAME
|
||||||
|
password: YOUR_PASSWORD
|
||||||
|
driver: "{ODBC Driver 18 for SQL Server}"
|
||||||
|
trust_server_certificate: yes
|
||||||
Reference in New Issue
Block a user