diff --git a/.env.example b/.env.example index 44748b4..93084dc 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,6 @@ +# Application version shown on login and profile pages +APP_VERSION=1.0.0 + # Secret key for signing session cookies — use a long random string in production SECRET_KEY=change-me-to-a-long-random-string diff --git a/app/templates/auth/login.html b/app/templates/auth/login.html index 361b582..ffd80a1 100644 --- a/app/templates/auth/login.html +++ b/app/templates/auth/login.html @@ -29,5 +29,6 @@ +
v{{ app_version }}