chore(config,admin,api): Update default accent color to white and add PORT environment variable

- Change default accent color from #00D4AA (teal) to #FFFFFF (white) across all components
- Update AccentColorContext default state to use white accent color
- Update admin page form defaults and placeholders to reflect new accent color
- Update node API endpoint default accent color response
- Add optional PORT environment variable configuration to .env.example with default value of 3000
- Standardize branding color scheme for consistency across the application
This commit is contained in:
AskIt
2026-01-26 00:01:51 +01:00
parent 07abce79b1
commit f1c94069fd
4 changed files with 8 additions and 5 deletions
+3
View File
@@ -3,6 +3,9 @@
# ===========================================
# Copy this file to .env and fill in your values
# Server Port (Optional, defaults to 3000)
# PORT=3000
# Database (Required)
DATABASE_URL=postgresql://user:password@localhost:5432/synapsis