Skip to content

Commit

Permalink
fix: localhost for dev
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 31, 2024
1 parent 9b908a2 commit 4b756f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/core/src/modules/configs/configs.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export const generateDefaultConfig: () => IConfig = () => ({
keywords: [],
},
url: {
wsUrl: 'http://127.0.0.1:2333', // todo
adminUrl: 'http://127.0.0.1:2333/proxy/qaqdmin',
serverUrl: 'http://127.0.0.1:2333',
webUrl: 'http://127.0.0.1:2323',
wsUrl: 'http://localhost:2333', // todo
adminUrl: 'http://localhost:2333/proxy/qaqdmin',
serverUrl: 'http://localhost:2333',
webUrl: 'http://localhost:2323',
},
mailOptions: {
enable: false,
Expand Down

0 comments on commit 4b756f2

Please sign in to comment.