feat(docker): Prep master for docker deploys

This commit is contained in:
Bouncey
2019-02-04 11:42:31 +00:00
committed by mrugesh mohapatra
parent 9e4583b1f3
commit d79f9f4899
19 changed files with 841 additions and 652 deletions

View File

@ -1,5 +1,5 @@
import { auth0 } from '../../config/secrets';
import { homeLocation } from '../../config/env.json';
import { homeLocation } from '../../config/env';
const { clientID, clientSecret, domain } = auth0;