We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b4637 + 360f3a3 commit de93240Copy full SHA for de93240
common/config/env.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
"port": 3600,
3
"appEndpoint": "http://localhost:3600",
4
- "apiEndpoint": "http;//localhost:3600",
+ "apiEndpoint": "http://localhost:3600",
5
"jwt_secret": "myS33!!creeeT",
6
"jwt_expiration_in_seconds": 36000,
7
"environment": "dev",
@@ -10,4 +10,4 @@ module.exports = {
10
"PAID_USER": 4,
11
"ADMIN": 2048
12
}
13
-};
+};
0 commit comments