swapped to a new db locally hosted

This commit is contained in:
2025-10-06 00:25:29 -04:00
parent 097583ca0a
commit ca23c0ab8c
40 changed files with 2244 additions and 556 deletions

16
frontend/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Example frontend/.env for developing behind an HTTPS domain and Nginx Proxy Manager
# Bind the dev server to the machine/Tailscale IP you want (or omit to use localhost)
HOST=0.0.0.0
PORT=3001
# Production API base (use https when serving through nginx with TLS)
REACT_APP_API_BASE=https://discordbot.YOURDOMAIN.com
# Force CRA dev client to use secure websocket to the domain
WDS_SOCKET_PROTOCOL=wss
WDS_SOCKET_HOST=discordbot.YOURDOMAIN.com
WDS_SOCKET_PORT=443
WDS_SOCKET_PATH=/ws
# If CRA uses sockjs-node, set WDS_SOCKET_PATH accordingly:
# WDS_SOCKET_PATH=/sockjs-node