Spaces:
Running
Running
JonnyTran
commited on
Commit
·
c77d027
1
Parent(s):
3d538dd
debug oauth
Browse files- .oauth.yaml +1 -1
- Dockerfile +2 -1
.oauth.yaml
CHANGED
|
@@ -6,4 +6,4 @@ providers:
|
|
| 6 |
|
| 7 |
# Allowed workspaces must exists
|
| 8 |
allowed_workspaces:
|
| 9 |
-
- name:
|
|
|
|
| 6 |
|
| 7 |
# Allowed workspaces must exists
|
| 8 |
allowed_workspaces:
|
| 9 |
+
- name: public
|
Dockerfile
CHANGED
|
@@ -13,9 +13,10 @@ ENV ADMIN_PASSWORD=12345678
|
|
| 13 |
ENV ANNOTATOR_USERNAME="argilla"
|
| 14 |
ENV ANNOTATOR_PASSWORD=12345678
|
| 15 |
|
| 16 |
-
ENV ARGILLA_WORKSPACE="
|
| 17 |
|
| 18 |
# Set the following variables as Secrets in your HuggingFace Space settings
|
|
|
|
| 19 |
ENV ARGILLA_DATABASE_URL=""
|
| 20 |
ENV S3_ENDPOINT=""
|
| 21 |
ENV S3_ACCESS_KEY=""
|
|
|
|
| 13 |
ENV ANNOTATOR_USERNAME="argilla"
|
| 14 |
ENV ANNOTATOR_PASSWORD=12345678
|
| 15 |
|
| 16 |
+
ENV ARGILLA_WORKSPACE="public"
|
| 17 |
|
| 18 |
# Set the following variables as Secrets in your HuggingFace Space settings
|
| 19 |
+
# When connecting to postgres, the ARGILLA_DATABASE_URL must have the prefix "postgresql+asyncpg://"
|
| 20 |
ENV ARGILLA_DATABASE_URL=""
|
| 21 |
ENV S3_ENDPOINT=""
|
| 22 |
ENV S3_ACCESS_KEY=""
|