Skip to content

Commit

Permalink
add apollo.cacheDir to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiskg committed Feb 22, 2021
1 parent 354d75b commit c2c7354
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"description": "enable apollo initialization before logging system initialization.",
"defaultValue": false
},
{
"name": "apollo.cacheDir",
"type": "java.lang.String",
"sourceType": "com.ctrip.framework.apollo.util.ConfigUtil",
"description": "local cache directory. the default value on windows is 'c:\\opt\\data', while on mac/linux is '/opt/data'.",
"defaultValue": "/opt/data"
},
{
"name": "apollo.cluster",
"type": "java.lang.String",
Expand Down

0 comments on commit c2c7354

Please sign in to comment.