We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bb6a4 commit ceda14bCopy full SHA for ceda14b
polling-app-client/src/constants/index.js
@@ -1,5 +1,4 @@
1
-//export const API_BASE_URL = 'http://localhost:5000';
2
-export const API_BASE_URL = 'http://polling-app-server-dev.us-west-2.elasticbeanstalk.com';
+export const API_BASE_URL = 'http://localhost:5000';
3
export const ACCESS_TOKEN = 'accessToken';
4
5
export const POLL_LIST_SIZE = 30;
polling-app-server/src/main/resources/application.properties
@@ -24,4 +24,4 @@ app.jwtSecret= JWTSuperSecretKey
24
app.jwtExpirationInMs = 604800000
25
26
## Active Profile
27
-spring.profiles.active=prod
+# spring.profiles.active=prod
0 commit comments