DormStar/info_upload.sql

11 lines
675 B
MySQL
Raw Permalink Normal View History

2023-11-29 23:41:27 +08:00
USE dormstar;
TRUNCATE ds_info;
INSERT INTO ds_info (value, data, commit) VALUES
('title', '201京海市保护伞', '网站标题'),
('sub_title', '我们的宿舍', '网站副标题'),
2023-11-30 20:07:10 +08:00
('register', true, '是否允许注册'),
('autoLogin', true, '是否允许自动登录'),
2023-12-03 00:30:12 +08:00
('schoolLoginAddress', '10.1.99.100', '校园登录IP地址'),
('schoolLoginPort', '801', '校园网登录接口端口')