···2727cargo run
2828```
29293030+## Cost breakdown (on Azure)
3131+This is how much it costs to host the @test.justinm.one account:
3232+3333+- $20/mo
3434+ - $13/mo: Azure Application Service
3535+ - $5/mo: Azure Container Registry
3636+ - $1/mo: Azure Storage Account
3737+3838+This is _without_ optimizing for costs. The PDS can likely be made much cheaper.
3939+3040## Code map
3141```
3242* migrations/ - SQLite database migrations
+3
default.toml
···1010key = "data/default.key"
11111212# Test mode. This instructs BluePDS not to federate with the rest of the AT network.
1313+#
1414+# Specifically, this means that we will not broadcast account changes to the PLC directory,
1515+# and we will not connect to upstream relays.
1316test = true
14171518# Optional. Configuration for exporting metrics to a cloud monitoring dashboard.