RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Copy to .env in the workspace root. dotenv is optional — TOML + APP__* win.
-
- APP_ENV=development
-
- # Overrides config/*.toml. Nested keys use a double underscore.
- # APP__SERVER__PORT=8080
- # APP__DATABASE__URL=postgres://app:app@127.0.0.1:5432/app
-
- # Used by sqlx-cli if you install it.
- DATABASE_URL=postgres://app:app@127.0.0.1:5432/app
|