Skip to content

Commit

Permalink
Merge pull request #64 from climatepolicyradar/feature/correct-passwords
Browse files Browse the repository at this point in the history
Adding correct passwords.
  • Loading branch information
THOR300 authored Mar 28, 2024
2 parents f2fb1b4 + 72e5259 commit db1c7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.argilla.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.9"

services:

argilla:
image: argilla/argilla-server:v1.25.0
image: argilla/argilla-server:v1.26.1
container_name: argilla_server
restart: unless-stopped
ports:
- "6900:6900"
Expand Down
4 changes: 2 additions & 2 deletions src/argilla/.users.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- username: admin
hashed_password: :$2y$05$8eqyIthlK5fls9QGuRewt.MakjCscvPYsm3a1q/UED0G1vxeNztSu
hashed_password: $2y$05$8eqyIthlK5fls9QGuRewt.MakjCscvPYsm3a1q/UED0G1vxeNztSu
api_key: "admin_api_key"
workspaces: [] # has access to all workspaces and datasets
- username: kalyan
Expand All @@ -19,6 +19,6 @@
api_key: "michal_api_key"
workspaces: ["gst"]
- username: matyas
hashed_password: :$2y$05$9Jh6G16GziSfTo8i9vCC9e83Up.s3q1JNcS7vEC3JZ2vDlmmluRv6
hashed_password: $2y$05$9Jh6G16GziSfTo8i9vCC9e83Up.s3q1JNcS7vEC3JZ2vDlmmluRv6
api_key: "matyas_api_key"
workspaces: [] # has access to all workspaces and datasets

0 comments on commit db1c7e0

Please sign in to comment.