Skip to content

Commit

Permalink
Remove mount and encrypt auth in db (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas authored Dec 31, 2023
1 parent b2ecbb3 commit 4c20605
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 42 deletions.
235 changes: 231 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ anyhow = "1.0.72"
askama = "0.12.0"
axum = "0.6.20"
chrono = "0.4.31"
cocoon = "0.4.1"
dotenv = "0.15.0"
futures-util = "0.3.28"
humantime = "2.1.0"
Expand Down
4 changes: 0 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ primary_region = "ord"
min_machines_running = 0
processes = ["app"]

[mounts]
source = "troyonthetrails_data"
destination = "/data"

[env]
HOST = "troyonthetrails.com"
RUST_LOG = "troyonthetrails=info,tower_http=debug"
Expand Down
Loading

0 comments on commit 4c20605

Please sign in to comment.