File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
RDS_BASE_DEVELOPMENT_API_URL ,
6
6
VERIFICATION_SITE_URL ,
7
7
STAGING_VERIFICATION_SITE_URL ,
8
+ DEVELOPMENT_VERIFICATION_SITE_URL ,
8
9
} from "../src/constants/urls" ;
9
10
10
11
const config = ( env : env ) => {
@@ -19,7 +20,7 @@ const config = (env: env) => {
19
20
} ,
20
21
default : {
21
22
RDS_BASE_API_URL : RDS_BASE_DEVELOPMENT_API_URL ,
22
- VERIFICATION_SITE_URL : STAGING_VERIFICATION_SITE_URL ,
23
+ VERIFICATION_SITE_URL : DEVELOPMENT_VERIFICATION_SITE_URL ,
23
24
} ,
24
25
} ;
25
26
Original file line number Diff line number Diff line change 1
1
export const RDS_BASE_API_URL = "https://api.realdevsquad.com" ;
2
2
export const RDS_BASE_STAGING_API_URL = "https://staging-api.realdevsquad.com" ;
3
- export const RDS_BASE_DEVELOPMENT_API_URL = "YOUR_LOCAL_API_URL " ; // If needed, modify the URL to your local API server
3
+ export const RDS_BASE_DEVELOPMENT_API_URL = "http://localhost:3000 " ; // If needed, modify the URL to your local API server run through ngrok
4
4
5
5
export const DISCORD_BASE_URL = "https://discord.com/api/v10" ;
6
6
export const DISCORD_AVATAR_BASE_URL = "https://cdn.discordapp.com/avatars" ;
7
7
8
8
export const VERIFICATION_SITE_URL = "https://my.realdevsquad.com" ;
9
+ export const DEVELOPMENT_VERIFICATION_SITE_URL = "http://localhost:3443" ;
9
10
export const STAGING_VERIFICATION_SITE_URL =
10
11
"https://staging-my.realdevsquad.com" ;
You can’t perform that action at this time.
0 commit comments