Skip to content

Commit

Permalink
chore: switch to shuttle
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 7, 2025
1 parent 6b8f84f commit f13c285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"password": "password"
}
],
// "rust-analyzer.cargo.features": ["shuttle"], // Switch to Shuttle
"rust-analyzer.cargo.features": ["standalone", "mysql"], // Switch to Standalone
"rust-analyzer.cargo.features": ["shuttle"], // Switch to Shuttle
// "rust-analyzer.cargo.features": ["standalone", "mysql"], // Switch to Standalone
"rust-analyzer.cargo.noDefaultFeatures": true
}
4 changes: 2 additions & 2 deletions crates/wykies-server/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DATABASE_URL="mysql://db_user:password@localhost:3306/chat_demo" # Switch to Standalone
# DATABASE_URL="postgres://db_user:password@localhost:5432/chat_demo" # Switch to Shuttle
# DATABASE_URL="mysql://db_user:password@localhost:3306/chat_demo" # Switch to Standalone
DATABASE_URL="postgres://db_user:password@localhost:5432/chat_demo" # Switch to Shuttle
SQLX_OFFLINE=true

0 comments on commit f13c285

Please sign in to comment.