Skip to content

Commit

Permalink
tokenserver-db defaults to use mysql as db backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragonfr committed Mar 5, 2024
1 parent a587787 commit 5e2a745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokenserver-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ env_logger.workspace = true
syncserver-settings = { path = "../syncserver-settings" }

[features]
default = ["mysql"]
mysql = ["tokenserver-db-mysql"]
sqlite = ["tokenserver-db-sqlite"]

0 comments on commit 5e2a745

Please sign in to comment.