fix(plume): Add appsettings

This commit is contained in:
Moritz Jörg
2025-06-19 22:59:53 +02:00
parent e156888679
commit 7b3b74c1f7
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"archmaesterUrl": "https://atlantis.src.oceanbox.io",
"appName": "plume",
"appEnv": "staging",
"appNamespace": "staging-plume",
"appVersion": "0.0.0",
"cacheDir": "/data/archives/cache"
}