diff --git a/CHANGELOG.md b/CHANGELOG.md index 872cc0b..6e9a5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - Ops - Systemd service now uses `EnvironmentFile` for production env vars; fixed `EnvironmentFile` typo and validated permissions. - Switched service restart policy to `Restart=always` for resilience. - - Confirmed service listens on `PORT` (default 4000) and added guidance for restarts after env changes. + - Confirmed service listens on `PORT` (default 3020) and added guidance for restarts after env changes. - Excel Sync - Addressed column mismatch errors by refreshing Excel table column cache on service restart; sync confirmed working. - Versioning diff --git a/README.md b/README.md index f984920..841dbd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Job Creation Form with Excel Sync -> Current Version: v1.0.0-beta2 +> Current Version: v1.0.0-beta3a See CHANGELOG.md for release notes. @@ -48,7 +48,7 @@ ITEM_ID=01SPNXLDQRICHB63BFUNGKZ3GE6RL7LGBT EXCEL_TABLE=/drives/.../tables/Test_Table # Server -PORT=4000 +PORT=3020 ``` ## Installation @@ -67,7 +67,7 @@ Start the server: bun run dev ``` -Server runs at: http://localhost:4000 +Server runs at: http://localhost:3020 ## Key Features diff --git a/frontend/index.html b/frontend/index.html index 5202d10..4e5df1d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -62,11 +62,11 @@
- -

Use a descriptive name (no symbols-only, no N/A).

+

Optional. Provide if known.

@@ -167,7 +167,7 @@ -

Use format (###) ###-####. Extension can go in EXT.

+

Optional. Format: (###) ###-####. Extension can go in EXT.

@@ -240,6 +240,7 @@ +
@@ -404,6 +405,10 @@ +