From 7548aafdb7ea9ae036cbfd977e1d664cabf79766 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 10 Jan 2021 15:39:29 -0700 Subject: [PATCH] maint: move to pingo --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 282c771..b2cc32c 100644 --- a/config/environment.js +++ b/config/environment.js @@ -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'; }