moahmedwafy commited on
Commit
8c869bb
·
1 Parent(s): 212cb3a

update: port

Browse files
Files changed (1) hide show
  1. src/configs/config.ts +1 -1
src/configs/config.ts CHANGED
@@ -16,7 +16,7 @@ export interface Config {
16
  }
17
 
18
  export const config: Config = {
19
- port: Env.get("PORT", 4000).toNumber(),
20
  host: Env.get("HOST", "http://localhost").toString(),
21
  db: {
22
  uri: Env.get("DB_URI").toString(),
 
16
  }
17
 
18
  export const config: Config = {
19
+ port: Env.get("PORT", 7860).toNumber(),
20
  host: Env.get("HOST", "http://localhost").toString(),
21
  db: {
22
  uri: Env.get("DB_URI").toString(),