RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910
  1. # Copy to .env in the workspace root. dotenv is optional — TOML + APP__* win.
  2. APP_ENV=development
  3. # Overrides config/*.toml. Nested keys use a double underscore.
  4. # APP__SERVER__PORT=8080
  5. # APP__DATABASE__URL=postgres://app:app@127.0.0.1:5432/app
  6. # Used by sqlx-cli if you install it.
  7. DATABASE_URL=postgres://app:app@127.0.0.1:5432/app