No longer generating random value for refresh token while building the image. Realized it was not a good idea.

This commit is contained in:
K
2025-07-23 17:23:22 +05:30
parent f32f7ddc6e
commit e7ae4c93b1
+1
View File
@@ -23,3 +23,4 @@ GEMINI_API_KEY = ${GEMINI_API_KEY}
# Refresh token
TOKEN_NAME = uid
REFRESH_TOKEN_EXPIRY = 10d
REFRESH_TOKEN_SECRET = ${REFRESH_TOKEN_SECRET}