Polish UI, harden company creation, and add error pages
This commit is contained in:
+9
-1
@@ -35,7 +35,15 @@ to:
|
||||
|
||||
This keeps secrets outside the uploaded repo checkout so they are not wiped by CI deploys.
|
||||
|
||||
### Example production `.env`
|
||||
### Frontend API base URL
|
||||
The production frontend already proxies `/api` to the backend container via Nginx.
|
||||
|
||||
Recommended default:
|
||||
- leave `REACT_APP_API_BASE_URL` unset/empty in production
|
||||
|
||||
Only set `REACT_APP_API_BASE_URL` if the UI must call a different external API origin on purpose.
|
||||
|
||||
## Example production `.env`
|
||||
```env
|
||||
DATABASE_PROVIDER=mariadb
|
||||
JOBTRACKER_CONNECTION_STRING=server=mariadb;port=3306;database=jobtracker;user=jobtracker;password=REPLACE_ME
|
||||
|
||||
Reference in New Issue
Block a user