Skip to content

Commit

Permalink
添加配置文件编辑黑名单
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhh committed Jul 17, 2021
1 parent c51ee30 commit 478ffda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion back/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,11 @@ export default {
configPath,
scriptPath,
samplePath,
blackFileList: ['auth.json', 'config.sh.sample', 'cookie.sh', 'crontab.list'],
blackFileList: [
'auth.json',
'config.sh.sample',
'cookie.sh',
'crontab.list',
'env.sh',
],
};

0 comments on commit 478ffda

Please sign in to comment.