Skip to content

Commit 3a1ce6a

Browse files
authored
Develop (#4)
* here we go......... * updated swagger docs * chore(push): 0.3.0 * feat(hmm): update changelog date * feat(add): github stuff
1 parent eeabc14 commit 3a1ce6a

61 files changed

Lines changed: 10079 additions & 2721 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ CORS_ORIGINS=http://localhost:3000
2424
# Hytale Staging OAuth Credentials (optional, required for Hytale features)
2525
HYTALE_USE_STAGING=false
2626

27+
# JWT Secret (REQUIRED - for JWT token generation)
28+
JWT_SECRET="your-jwt-secret-here"
29+
2730
# Sentry Error Tracking (optional)
2831
# DSN from: https://console.sentry.io/
2932
# SENTRY_DSN=https://key@sentry.io/project

0 commit comments

Comments
 (0)