File tree 3 files changed +2
-9893
lines changed
3 files changed +2
-9893
lines changed Original file line number Diff line number Diff line change 1
1
export default function getRootUrl ( ) {
2
2
const port = process . env . PORT || 8000 ;
3
3
const dev = process . env . NODE_ENV !== 'production' ;
4
- const ROOT_URL = dev ? `http://localhost:${ port } ` : 'https://builderbook.org ' ;
4
+ const ROOT_URL = dev ? `http://localhost:${ port } ` : 'https://ancient-reaches-14182.herokuapp.com ' ;
5
5
6
6
return ROOT_URL ;
7
7
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require('dotenv').config();
21
21
22
22
const dev = process . env . NODE_ENV !== 'production' ;
23
23
const port = process . env . PORT || 8000 ;
24
- const ROOT_URL = dev ? `http://localhost:${ port } ` : 'https://builderbook.org ' ;
24
+ const ROOT_URL = dev ? `http://localhost:${ port } ` : 'https://ancient-reaches-14182.herokuapp.com ' ;
25
25
26
26
const MONGO_URL = dev ? process . env . MONGO_URL_TEST : process . env . MONGO_URL ;
27
27
You can’t perform that action at this time.
0 commit comments