mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 05:20:15 +09:00
deploy
This commit is contained in:
parent
c6eac31c15
commit
2d96b973f3
@ -54,12 +54,12 @@ openai:
|
||||
user_endpoint: https://api.openai.com/v1
|
||||
|
||||
mysql:
|
||||
host: "localhost"
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: ...
|
||||
|
||||
db: "chatnio"
|
||||
db: chatnio
|
||||
|
||||
secret: ...
|
||||
auth:
|
||||
|
@ -1,6 +1,6 @@
|
||||
import axios from "axios";
|
||||
|
||||
export const deploy: boolean = false;
|
||||
export const deploy: boolean = true;
|
||||
export let rest_api: string = "http://localhost:8094";
|
||||
export let ws_api: string = "ws://localhost:8094";
|
||||
|
||||
|
@ -13,12 +13,12 @@ openai:
|
||||
user_endpoint: https://api.openai.com/v1
|
||||
|
||||
mysql:
|
||||
host: "localhost"
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: ...
|
||||
|
||||
db: "chatnio"
|
||||
db: chatnio
|
||||
|
||||
secret: ...
|
||||
auth:
|
||||
|
Loading…
Reference in New Issue
Block a user