Initial commit: 心理咨询预约系统
PHP 前后端一体:首页咨询师列表、预约表单、管理后台、二维码准入与邮件通知;敏感配置与提交数据通过 .gitignore 排除。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
config/app.example.json
Normal file
9
config/app.example.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"siteTitle": "心理咨询",
|
||||
"accessToken": "change_me_to_random_token",
|
||||
"adminUser": "frankfrank",
|
||||
"adminPassword": "change_me",
|
||||
"servicePhone": "13122315169",
|
||||
"confirmPhone": "13122315169",
|
||||
"assetVersion": ""
|
||||
}
|
||||
Reference in New Issue
Block a user