We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca2770e + 604e5da commit b2e0e8cCopy full SHA for b2e0e8c
src/config.js
@@ -1,8 +1,8 @@
1
const config = {
2
production: {
3
- AUTH_API: 'https://www.agileventures.org/login',
+ AUTH_API: 'https://staging.websiteone.agileventures.org/login',
4
APP_URL: 'https://www.agileventures.org/',
5
- API_BASE_URL: 'https://www.agileventures.org/'
+ API_BASE_URL: 'https://staging.websiteone.agileventures.org/'
6
},
7
staging: {
8
AUTH_API: 'https://staging.websiteone.agileventures.org/login',
0 commit comments