Logo Branding

This commit is contained in:
2026-06-30 23:55:57 +10:00
parent 25d413283a
commit b12a6e4fd9
12 changed files with 302 additions and 14 deletions
+8 -1
View File
@@ -46,7 +46,6 @@ SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
@@ -75,4 +74,12 @@ AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
BROADCAST_CONNECTION=reverb
REVERB_APP_ID=#openssl rand -hex 16)
REVERB_APP_KEY=#openssl rand -hex 20)
REVERB_APP_SECRET=#openssl rand -hex 20)
REVERB_HOST=#website.com
REVERB_PORT=8080
REVERB_SCHEME=http
VITE_APP_NAME="${APP_NAME}"