Merge branch 'master' of https://github.com/mattyl006/gonito
This commit is contained in:
commit
ddf87f7c74
2
.env
2
.env
@ -1,3 +1,5 @@
|
||||
REACT_APP_KC_URL=https://auth-dev.csi.wmi.amu.edu.pl/
|
||||
REACT_APP_KC_REALM=gonito-dev
|
||||
REACT_APP_KC_CLIENT_ID=gonito-dev-heroku
|
||||
|
||||
REACT_APP_API=https://gonito.net/api
|
||||
|
@ -9,7 +9,7 @@ import tabularIco from '../assets/tabular_ico.svg';
|
||||
|
||||
const ELEMENTS_PER_PAGE = 12;
|
||||
const MINI_DESCRIPTION_LENGTH = 70;
|
||||
const API = 'https://gonito.net/api';
|
||||
const API = process.env.REACT_APP_API;
|
||||
const CHALLENGES_PAGE = '/challenges';
|
||||
const CHALLENGE_PAGE = '/challenge';
|
||||
const POLICY_PRIVACY_PAGE = '/policy-privacy';
|
||||
|
Loading…
Reference in New Issue
Block a user