diff --git a/README.md b/README.md index da91305..9ea2c39 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/app/src/assets/script/conf.ts b/app/src/assets/script/conf.ts index 3ef63cb..c239470 100644 --- a/app/src/assets/script/conf.ts +++ b/app/src/assets/script/conf.ts @@ -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"; diff --git a/config.example.yaml b/config.example.yaml index f379a4c..295c95b 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -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: