We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910c1c8 commit 35d3f02Copy full SHA for 35d3f02
.env.example
@@ -11,6 +11,10 @@
11
# Generate a secure key using: dart pub global run dcli_scripts create_key
12
# JWT_SECRET_KEY="your-super-secret-and-long-jwt-key"
13
14
+# OPTIONAL: The duration for which a JWT is valid, in hours.
15
+# Defaults to 1 hour if not specified.
16
+# JWT_EXPIRY_HOURS="1"
17
+
18
# REQUIRED FOR PRODUCTION: The specific origin URL of your web client.
19
# This allows the client (e.g., the HT Dashboard) to make requests to the API.
20
# For local development, this can be left unset as 'localhost' is allowed by default.
0 commit comments