Skip to content

Commit ceda14b

Browse files
author
Rajeev Kumar Singh
committedMar 1, 2018
Localhost API_BASE_URL
1 parent c1bb6a4 commit ceda14b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎polling-app-client/src/constants/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -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';
1+
export const API_BASE_URL = 'http://localhost:5000';
32
export const ACCESS_TOKEN = 'accessToken';
43

54
export const POLL_LIST_SIZE = 30;

‎polling-app-server/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ app.jwtSecret= JWTSuperSecretKey
2424
app.jwtExpirationInMs = 604800000
2525

2626
## Active Profile
27-
spring.profiles.active=prod
27+
# spring.profiles.active=prod

0 commit comments

Comments
 (0)
Please sign in to comment.