Spaces:
Build error
Build error
Commit
•
a3810f8
1
Parent(s):
07a1e01
fixup! 📝 Better documentation for MODEL_ENDPOINTS
Browse files
README.md
CHANGED
@@ -27,6 +27,11 @@ Default configuration is in `.env`. Put custom config and secrets in `.env.local
|
|
27 |
|
28 |
Check out [.env](./.env) to see what needs to be set.
|
29 |
|
|
|
|
|
|
|
|
|
|
|
30 |
## Building
|
31 |
|
32 |
To create a production version of your app:
|
|
|
27 |
|
28 |
Check out [.env](./.env) to see what needs to be set.
|
29 |
|
30 |
+
Basically you need to:
|
31 |
+
|
32 |
+
- fill in a Mongo URL
|
33 |
+
- fill in your HF token
|
34 |
+
|
35 |
## Building
|
36 |
|
37 |
To create a production version of your app:
|