jbilcke-hf HF staff commited on
Commit
4c28b3a
·
1 Parent(s): 206b257

clarify the use of ENV variables

Browse files
Files changed (1) hide show
  1. .env.example +4 -23
.env.example CHANGED
@@ -1,23 +1,4 @@
1
- HF_API_TOKEN="<USE YOUR OWN>"
2
- MICROSERVICE_API_SECRET_TOKEN="<USE YOUR OWN>"
3
-
4
- # you can use this to bypass AiTube client URL
5
- #AITUBE_URL="https://aitube.at"
6
- #AITUBE_URL="http://localhost:3000"
7
-
8
- AI_TUBE_API_SECRET_JWT_KEY=""
9
- AI_TUBE_API_SECRET_JWT_ISSUER=""
10
- AI_TUBE_API_SECRET_JWT_AUDIENCE=""
11
-
12
- # ------------- HUGGING FACE OAUTH -------------
13
- NEXT_PUBLIC_ENABLE_HUGGING_FACE_OAUTH=""
14
- NEXT_PUBLIC_ENABLE_HUGGING_FACE_OAUTH_WALL=""
15
- NEXT_PUBLIC_HUGGING_FACE_OAUTH_CLIENT_ID=""
16
-
17
- # this one must be kept secret (and is unused for now)
18
- HUGGING_FACE_OAUTH_SECRET=""
19
-
20
- # ----------- RATE LIMIT -------
21
- ENABLE_RATE_LIMIT=""
22
- UPSTASH_REDIS_REST_URL=""
23
- UPSTASH_REDIS_REST_TOKEN=""
 
1
+ # Currently Clapper doesn't require any environment variable
2
+ #
3
+ # This is something that might be used in the future to customize a deployment,
4
+ # eg. to set the domain name, enable or disable some features etc..