···27cargo run
28```
2930+## Cost breakdown (on Azure)
31+This is how much it costs to host the @test.justinm.one account:
32+33+- $20/mo
34+ - $13/mo: Azure Application Service
35+ - $5/mo: Azure Container Registry
36+ - $1/mo: Azure Storage Account
37+38+This is _without_ optimizing for costs. The PDS can likely be made much cheaper.
39+40## Code map
41```
42* migrations/ - SQLite database migrations
+3
default.toml
···10key = "data/default.key"
1112# Test mode. This instructs BluePDS not to federate with the rest of the AT network.
00013test = true
1415# Optional. Configuration for exporting metrics to a cloud monitoring dashboard.
···10key = "data/default.key"
1112# Test mode. This instructs BluePDS not to federate with the rest of the AT network.
13+#
14+# Specifically, this means that we will not broadcast account changes to the PLC directory,
15+# and we will not connect to upstream relays.
16test = true
1718# Optional. Configuration for exporting metrics to a cloud monitoring dashboard.