This commit is contained in:
Zhang Minghan 2023-08-14 18:52:13 +08:00
parent c6eac31c15
commit 2d96b973f3
3 changed files with 5 additions and 5 deletions

View File

@ -54,12 +54,12 @@ openai:
user_endpoint: https://api.openai.com/v1 user_endpoint: https://api.openai.com/v1
mysql: mysql:
host: "localhost" host: localhost
port: 3306 port: 3306
user: root user: root
password: ... password: ...
db: "chatnio" db: chatnio
secret: ... secret: ...
auth: auth:

View File

@ -1,6 +1,6 @@
import axios from "axios"; import axios from "axios";
export const deploy: boolean = false; export const deploy: boolean = true;
export let rest_api: string = "http://localhost:8094"; export let rest_api: string = "http://localhost:8094";
export let ws_api: string = "ws://localhost:8094"; export let ws_api: string = "ws://localhost:8094";

View File

@ -13,12 +13,12 @@ openai:
user_endpoint: https://api.openai.com/v1 user_endpoint: https://api.openai.com/v1
mysql: mysql:
host: "localhost" host: localhost
port: 3306 port: 3306
user: root user: root
password: ... password: ...
db: "chatnio" db: chatnio
secret: ... secret: ...
auth: auth: