Skip to content

Commit fa83790

Browse files
Update README.md
Co-authored-by: Rainer Schneider <[email protected]>
1 parent 276f07b commit fa83790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ only and should not be used in production.
129129

130130
- run `docker compose up -d` in folder `docker`
131131
- To set up our CouchDB server open `http://127.0.0.1:5984/_utils/#/setup`
132-
and run the [Single Node Setup](https://docs.couchdb.org/en/stable/setup/single-node.html). This creates databases like **_users** and stops CouchDB from spamming our logs (Admin credentials from .env)
132+
and run the [Single Node Setup](https://docs.couchdb.org/en/stable/setup/single-node.html). This creates databases like **_users** and stops CouchDB from spamming our logs (Admin credentials from docker/.env)
133133
- Create a database in CouchDB with the name specified in `CSAF_COUCHDB_DBNAME`
134134
- run `docker compose up keycloak-setup` to initialize Keycloak.
135135
- Open `http://localhost:9000/` and log in with the admin user, that is specified in `CSAF_KEYCLOAK_ADMIN_USER` and `CSAF_KEYCLOAK_ADMIN_PASSWORD`.

0 commit comments

Comments
 (0)