diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4b4a0e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dendrite diff --git a/build.sh b/build.sh index cb81b82..17e99be 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ go build -o bin/ ./contrib/... #cp dendrite-sample.yaml dendrite.yaml # Build and run the server: -./bin/dendrite-demo-i2p --config dendrite.yaml +./bin/dendrite-demo-i2p --config ../dendrite.yaml # Create an user account (add -admin for an admin user). # Specify the localpart only, e.g. 'alice' for '@alice:domain.com' diff --git a/dendrite.yaml b/dendrite.yaml index 948f616..c84cf61 100644 --- a/dendrite.yaml +++ b/dendrite.yaml @@ -167,7 +167,7 @@ client_api: # If set, allows registration by anyone who knows the shared secret, regardless of # whether registration is otherwise disabled. - registration_shared_secret: "test" + registration_shared_secret: "changeme" # Whether to require reCAPTCHA for registration. enable_registration_captcha: false