maint: move to pingo

This commit is contained in:
Matthew Ryan Dillon 2021-01-10 15:39:29 -07:00
parent 0cd3cd96f1
commit 7548aafdb7

View file

@ -51,7 +51,7 @@ module.exports = function(environment) {
}
if (environment === 'production') {
ENV.APP.API_HOST = 'https://obscure-caverns-99102.herokuapp.com';
ENV.APP.API_HOST = 'https://ccdb-api.thermokar.st';
ENV.APP.API_NAMESPACE = 'api/v1';
}