Skip to content

Commit 1f1971b

Browse files
chore: update README
1 parent a3da930 commit 1f1971b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ nano -L env/POSTGRES_PASSWORD # Enter postgress password
5050
nano -L env/OTP_SECRET # Enter OTP secret, use openssl rand -base64 32
5151
nano -L env/OIDC_COOKIES_KEYS # Enter OIDC cookies keys, use openssl rand -base64 32, comma separated
5252
docker compose up
53+
docker exec -it slimfact-database-1 /bin/sh
54+
MODULARAPI_ADMIN_PASSWORD=yourpassword npm run seed:data
5355
```
56+
You can now login with `admin@slimfact.app / yourpassword`.
5457

5558
## Developers
5659

0 commit comments

Comments
 (0)