version
This commit is contained in:
@@ -18,9 +18,6 @@ DATABASE_URL=sqlite:///data/db/rustpad.db?mode=rwc
|
||||
|
||||
DATABASE_MAX_CONNECTIONS=8
|
||||
|
||||
# Static assets
|
||||
STATIC_DIR=static
|
||||
ASSET_VERSION=0.0.1
|
||||
|
||||
# Logging
|
||||
RUST_LOG=rustpad=debug,tower_http=info
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustpad"
|
||||
version = "0.0.1-dev"
|
||||
version = "0.0.1-1-dev"
|
||||
edition = "2024"
|
||||
rust-version = "1.94"
|
||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
<label for="workspace-name">Workspace name</label>
|
||||
<input id="workspace-name" maxlength="80" required autocomplete="off" placeholder="My project">
|
||||
<div class="field-meta"><span id="workspace-slug-preview">/w/my-project</span><span id="workspace-name-count">0/80</span></div>
|
||||
<small>A short or unavailable name will receive a random suffix.</small>
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="label-row"><label for="workspace-password">Password</label><span>optional, min. 8 characters</span></div>
|
||||
|
||||
Reference in New Issue
Block a user