Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Aug 14, 2023
1 parent c6eac31 commit 2d96b97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/src/assets/script/conf.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
4 changes: 2 additions & 2 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d96b97

Please sign in to comment.