update service publishing

This commit is contained in:
davidwells 2017-06-01 13:57:04 -07:00
parent ebc38b7ab7
commit ffc2fd3528

View File

@ -43,11 +43,8 @@ function publishService(service, client) {
// TODO move elsewhere
const config = {
PLATFORM_FRONTEND_BASE_URL: 'https://platform.serverless-dev.com/',
PLATFORM_FRONTEND_BASE_URL: 'https://platform.serverless.com/',
GRAPHQL_ENDPOINT_URL: 'https://9iflr60nfb.execute-api.us-east-1.amazonaws.com/dev/graphql',
AUTH0_CLIENT_ID: '09L1JPT2LSv8x0VKHdrs4p85FXpoIB6w',
AUTH0_URL: 'https://serverlessdev.auth0.com',
AUTH0_CALLBACK_URL: 'https://platform.serverless-dev.com/cli-authentication',
};
// TODO move elsewhere