mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	update config file
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
Listen = "0.0.0.0:5678"
 | 
			
		||||
ProxyURL = ""
 | 
			
		||||
MysqlDns = "root:12345678@tcp(geekai-mysql:3306)/chatgpt_plus?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
 | 
			
		||||
MysqlDns = "root:12345678@tcp(geekai-mysql:3306)/geekai_plus?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
 | 
			
		||||
StaticDir = "./static"
 | 
			
		||||
StaticUrl = "/static"
 | 
			
		||||
TikaHost = "http://tika:9998"
 | 
			
		||||
@@ -69,7 +69,7 @@ TikaHost = "http://tika:9998"
 | 
			
		||||
    Domain = ""
 | 
			
		||||
 | 
			
		||||
[XXLConfig]   # xxl-job 配置,需要你部署 XXL-JOB 定时任务工具,用来定期清理未支付订单和清理过期 VIP,如果你没有启用支付服务,则该服务也无需启动
 | 
			
		||||
  Enabled = true  # 是否启用 XXL JOB 服务
 | 
			
		||||
  Enabled = false  # 是否启用 XXL JOB 服务
 | 
			
		||||
  ServerAddr = "http://geekai-xxl-job-admin:8080/xxl-job-admin"  # xxl-job-admin 管理地址
 | 
			
		||||
  ExecutorIp = "geekai-api"  # 执行器 IP 地址
 | 
			
		||||
  ExecutorPort = "9999" # 执行器服务端口
 | 
			
		||||
 
 | 
			
		||||
@@ -240,7 +240,7 @@ const routes = [
 | 
			
		||||
    {
 | 
			
		||||
        name: 'mobile',
 | 
			
		||||
        path: '/mobile',
 | 
			
		||||
        meta: {title: 'Geek-AI v4.0'},
 | 
			
		||||
        meta: {title: '首页'},
 | 
			
		||||
        component: () => import('@/views/mobile/Home.vue'),
 | 
			
		||||
        redirect: '/mobile/index',
 | 
			
		||||
        children: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user