diff --git a/src/env_config.js b/src/env_config.js index 2570bf1..090782d 100644 --- a/src/env_config.js +++ b/src/env_config.js @@ -1,3 +1,3 @@ export default function env_config() { - return 'local' + return 'prd' } \ No newline at end of file