devel: update tilt settings

This commit is contained in:
Stig Rune Jensen
2025-12-17 17:32:17 +01:00
parent f019b6839b
commit a1e1a1bc1e
3 changed files with 7 additions and 7 deletions

View File

@@ -1545,7 +1545,7 @@
"Hipster.Api": "[1.0.1, )",
"Oceanbox.DataAgent": "[7.3.0, )",
"Oceanbox.DataAgent.Api": "[7.2.1, )",
"Oceanbox.ServerPack": "[1.35.2, )",
"Oceanbox.ServerPack": "[1.36.0, )",
"Petimeter.Api": "[1.0.0, )"
}
},

View File

@@ -66,7 +66,7 @@ local_resource(
local_resource(
'build-server',
cmd='just bundle-debug-server',
cmd='just bundle-debug',
deps=[
'./src/Server',
'./src/Shared'

View File

@@ -42,10 +42,10 @@
},
"plainAuthUsers": [],
"fga": {
"apiUrl": "https://openfga.srv.oceanbox.io",
"apiKey": "",
"storeId": "01JKTZXMP7ANN4GG2P5W8Y56M6",
"modelId": "01JKTZYMCZZBVSBG66W27XMW0A"
"apiUrl": "https://openfga.srv.oceanbox.io",
"apiKey": "",
"storeId": "01JKTZXMP7ANN4GG2P5W8Y56M6",
"modelId": "01JKTZYMCZZBVSBG66W27XMW0A"
},
"sentryUrl": "https://5e6e3584098dc006de18038cf85d2cbe@o4509530141622272.ingest.de.sentry.io/4509547350065232",
"redis": "localhost:6379,user=default,password=secret",
@@ -66,6 +66,6 @@
"otelCollector": "http://10.255.241.12:4317",
"archiveSvc": "https://<x>-atlantis.dev.oceanbox.io",
"dataDir": "/data/archives",
"cacheDir": "/data/archives/cache",
"cacheDir": "/data/archives/cache/review",
"authDomain": "staging"
}