aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-01 10:24:16 -0400
committerXe Iaso <me@xeiaso.net>2024-06-01 10:24:16 -0400
commita7d92cbcbf7adcbfa9fede098608a082519f945c (patch)
tree24d6098fc62f581d1949720870910ac834193c40 /cmd/xedn
parent05a922d8f3ae57e47426b81769fe168255cda03e (diff)
downloadx-a7d92cbcbf7adcbfa9fede098608a082519f945c.tar.xz
x-a7d92cbcbf7adcbfa9fede098608a082519f945c.zip
cmd/azurda: oh my god it works???
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xedn')
-rw-r--r--cmd/xedn/fly.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cmd/xedn/fly.toml b/cmd/xedn/fly.toml
index dac47b6..97c18ad 100644
--- a/cmd/xedn/fly.toml
+++ b/cmd/xedn/fly.toml
@@ -28,6 +28,11 @@ url_prefix = "/file/christine-static"
guest_path = "/"
tigris_bucket = "xedn"
+[[statics]]
+url_prefix = "/avatar"
+guest_path = "/"
+tigris_bucket = "azurda"
+
[[services]]
protocol = "tcp"
internal_port = 8080
@@ -52,5 +57,5 @@ timeout = "2s"
grace_period = "1s"
[[metrics]]
-port = 8081
+port = 8086
path = "/metrics"