Skip to content

Latest commit

 

History

History
 
 

svr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Server 端

.env 文件

DEBUG=1                                     # Optional. 1 or 0, 1 means debug mode on.
LISTEN_ADDR=127.0.0.1:1145                  # Optional, default 0.0.0.0:8080

DB_URL=mysql://root:root@localhost:3306/xxx # Optional

OPENAI=sk-xfeusx233fchwwe239430xxxxxxxxx    # Mandatory. OpenAI API Key
OPENAI_ENDPOINT=http://localhost:5000       # Optional

SERP_DEV=183fjcs92fwewefhwiu382d8uwjcncsk   # Mandatory, serper.dev's API KEY
ALLOW_ORIGINS=https://float32.app           # Optional, CORS, split by space

Debug 模式

在此模式 CORS 将会被配置为 Allows All Origins,且 gin 会使用 Debug 模式。