mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 21:40: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
|
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:
|
||||||
|
@ -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";
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user