Commit 752b08d3 authored by 姜登's avatar 姜登

gjj

parent cd98f0de
Pipeline #6176 passed with stage
in 2 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 = '/gjjapi'; config.projectRootPath = '/gjj_api';
config.redis = { config.redis = {
client: { client: {
...@@ -89,7 +89,7 @@ module.exports = () => { ...@@ -89,7 +89,7 @@ module.exports = () => {
}], }],
}; };
config.callbackUrl = 'https://dev-nginx.jianbing.com/gjjapi/callback'; config.callbackUrl = 'https://dev-nginx.jianbing.com/gjj_api/callback';
return config; return config;
}; };
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