sys_param.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. [
  2. {
  3. "config_name": "网站名称",
  4. "config_key": "sys_web_title",
  5. "config_value": "FastApiAdmin",
  6. "config_type": true,
  7. "status": "0",
  8. "description": "初始化数据"
  9. },
  10. {
  11. "config_name": "网站描述",
  12. "config_key": "sys_web_description",
  13. "config_value": "FastApiAdmin 是完全开源的权限管理系统",
  14. "config_type": true,
  15. "status": "0",
  16. "description": "初始化数据"
  17. },
  18. {
  19. "config_name": "网页图标",
  20. "config_key": "sys_web_favicon",
  21. "config_value": "https://service.fastapiadmin.com/api/v1/static/image/favicon.png",
  22. "config_type": true,
  23. "status": "0",
  24. "description": "初始化数据"
  25. },
  26. {
  27. "config_name": "网站Logo",
  28. "config_key": "sys_web_logo",
  29. "config_value": "https://service.fastapiadmin.com/api/v1/static/image/logo.png",
  30. "config_type": true,
  31. "status": "0",
  32. "description": "初始化数据"
  33. },
  34. {
  35. "config_name": "登录背景",
  36. "config_key": "sys_login_background",
  37. "config_value": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
  38. "config_type": true,
  39. "status": "0",
  40. "description": "初始化数据"
  41. },
  42. {
  43. "config_name": "版权信息",
  44. "config_key": "sys_web_copyright",
  45. "config_value": "Copyright © 2025-2026 service.fastapiadmin.com 版权所有",
  46. "config_type": true,
  47. "status": "0",
  48. "description": "初始化数据"
  49. },
  50. {
  51. "config_name": "备案信息",
  52. "config_key": "sys_keep_record",
  53. "config_value": "陕ICP备2025069493号-1",
  54. "config_type": true,
  55. "status": "0",
  56. "description": "初始化数据"
  57. },
  58. {
  59. "config_name": "帮助文档",
  60. "config_key": "sys_help_doc",
  61. "config_value": "https://service.fastapiadmin.com",
  62. "config_type": true,
  63. "status": "0",
  64. "description": "初始化数据"
  65. },
  66. {
  67. "config_name": "隐私政策",
  68. "config_key": "sys_web_privacy",
  69. "config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
  70. "config_type": true,
  71. "status": "0",
  72. "description": "初始化数据"
  73. },
  74. {
  75. "config_name": "用户协议",
  76. "config_key": "sys_web_clause",
  77. "config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
  78. "config_type": true,
  79. "status": "0",
  80. "description": "初始化数据"
  81. },
  82. {
  83. "config_name": "源码代码",
  84. "config_key": "sys_git_code",
  85. "config_value": "https://github.com/1014TaoTao/FastapiAdmin.git",
  86. "config_type": true,
  87. "status": "0",
  88. "description": "初始化数据"
  89. },
  90. {
  91. "config_name": "项目版本",
  92. "config_key": "sys_web_version",
  93. "config_value": "2.0.0",
  94. "config_type": true,
  95. "status": "0",
  96. "description": "初始化数据"
  97. },
  98. {
  99. "config_name": "演示模式启用",
  100. "config_key": "demo_enable",
  101. "config_value": "false",
  102. "config_type": true,
  103. "status": "0",
  104. "description": "初始化数据"
  105. },
  106. {
  107. "config_name": "演示访问IP白名单",
  108. "config_key": "ip_white_list",
  109. "config_value": "[\"127.0.0.1\"]",
  110. "config_type": true,
  111. "status": "0",
  112. "description": "初始化数据"
  113. },
  114. {
  115. "config_name": "接口白名单",
  116. "config_key": "white_api_list_path",
  117. "config_value": "[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\"]",
  118. "config_type": true,
  119. "status": "0",
  120. "description": "初始化数据"
  121. },
  122. {
  123. "config_name": "访问IP黑名单",
  124. "config_key": "ip_black_list",
  125. "config_value": "[]",
  126. "config_type": true,
  127. "status": "0",
  128. "description": "初始化数据"
  129. }
  130. ]