Commit f89dfa94 authored by 何娜's avatar 何娜

路由

parent 31cc2683
Pipeline #4767 passed with stage
in 4 seconds
...@@ -4,7 +4,7 @@ module.exports = () => { ...@@ -4,7 +4,7 @@ module.exports = () => {
const config = exports = {}; const config = exports = {};
config.debug = true; config.debug = true;
config.projectRootPath = '/taxapi'; config.projectRootPath = '/tax_api';
config.redis = { config.redis = {
client: { client: {
......
...@@ -4,10 +4,10 @@ module.exports = () => { ...@@ -4,10 +4,10 @@ module.exports = () => {
const config = exports = {}; const config = exports = {};
config.debug = true; config.debug = true;
config.logger = { config.logger = {
dir: '/jianbing/logs/taxapi', dir: '/jianbing/logs/tax_api',
}; };
config.projectRootPath = '/taxapi'; config.projectRootPath = '/tax_api';
config.redis = { config.redis = {
client: { client: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment