Passing refresh token in docker compose + added it in .exampleenv. Also, models container runs as root and depends on frontend. Lastly, changed frontend uri to localhost.
This commit is contained in:
@@ -17,3 +17,6 @@ CLOUDINARY_API_SECRET=api_secret_here
|
||||
|
||||
# Gemini
|
||||
GEMINI_API_KEY=gemini_api_here
|
||||
|
||||
# Refresh token
|
||||
REFRESH_TOKEN_SECRET=a_random_60_or_more_char_secret_here
|
||||
|
||||
Reference in New Issue
Block a user