fix(sorcere/plume): Update cacheDir for prod/staging
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"appEnv": "prod",
|
||||
"appNamespace": "prod-plume",
|
||||
"appVersion": "1.0.0",
|
||||
"cacheDir": "/data/archives/cache",
|
||||
"cacheDir": "/data/archives/cache/prod",
|
||||
"otelCollector": "http://10.255.241.12:4317",
|
||||
"sentryUrl": "https://2b68ecf0c4d02e6cc9433c371321ac9d@o4509530141622272.ingest.de.sentry.io/4509910315237456",
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"appEnv": "staging",
|
||||
"appNamespace": "staging-plume",
|
||||
"appVersion": "0.0.0",
|
||||
"cacheDir": "/data/archives/cache",
|
||||
"cacheDir": "/data/archives/cache/staging",
|
||||
"otelCollector": "http://10.255.241.12:4317",
|
||||
"sentryUrl": "https://2b68ecf0c4d02e6cc9433c371321ac9d@o4509530141622272.ingest.de.sentry.io/4509910315237456"
|
||||
}
|
||||
|
||||
@@ -72,5 +72,5 @@
|
||||
"otelCollector": "http://10.255.241.12:4317",
|
||||
"archiveSvc": "https://maps.oceanbox.io",
|
||||
"dataDir": "/data/archives",
|
||||
"cacheDir": "/data/archives/cache"
|
||||
"cacheDir": "/data/archives/cache/prod"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user