test
This commit is contained in:
52
config.json
Normal file
52
config.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"event_title": "123",
|
||||
"event_sub_title": "123",
|
||||
"event_time": "123",
|
||||
"event_location": "123",
|
||||
"event_content": "123",
|
||||
"primary_color": "#00f2ff",
|
||||
"secondary_color": "#0066ff",
|
||||
"bg_color": "#050814",
|
||||
"header_image": "/static/image.jpg",
|
||||
"enable_ticket_validation": false,
|
||||
"enable_seating": false,
|
||||
"total_tables": 14,
|
||||
"max_per_table": 10,
|
||||
"field_config": {
|
||||
"name": {
|
||||
"label": "姓名",
|
||||
"show": true,
|
||||
"required": true
|
||||
},
|
||||
"phone": {
|
||||
"label": "手机号码",
|
||||
"show": true,
|
||||
"required": true
|
||||
},
|
||||
"company_name": {
|
||||
"label": "单位名称",
|
||||
"show": true,
|
||||
"required": true
|
||||
},
|
||||
"position": {
|
||||
"label": "职务",
|
||||
"show": true,
|
||||
"required": true
|
||||
},
|
||||
"business_scope": {
|
||||
"label": "公司主要经营 / 业务",
|
||||
"show": true,
|
||||
"required": true
|
||||
},
|
||||
"vision_2026": {
|
||||
"label": "2026年业务愿景",
|
||||
"show": false,
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"db_host": "6.6.6.86",
|
||||
"db_port": "5432",
|
||||
"db_user": "gsdh",
|
||||
"db_password": "123gsdh",
|
||||
"db_name": "gsdh"
|
||||
}
|
||||
Reference in New Issue
Block a user