17 lines
721 B
YAML
17 lines
721 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: frontend-config
|
|
namespace: team1tier-healthsync-front-ns
|
|
data:
|
|
runtime-env.js: |
|
|
window.__runtime_config__ = {
|
|
GOOGLE_CLIENT_ID: '198383870460-s1s72vgu91nq9qvg5dai28vafj7mlag1.apps.googleusercontent.com',
|
|
AUTH_URL: 'http://team1tier.20.214.196.128.nip.io/api/auth',
|
|
HEALTH_URL: 'http://team1tier.20.214.196.128.nip.io/api/health',
|
|
INTELLIGENCE_URL: 'http://team1tier.20.214.196.128.nip.io/api/intelligence',
|
|
GOAL_URL: 'http://team1tier.20.214.196.128.nip.io/api/goals',
|
|
MOTIVATOR_URL: 'http://team1tier.20.214.196.128.nip.io/api/motivator',
|
|
USER_URL: 'http://team1tier.20.214.196.128.nip.io/api/user'
|
|
};
|