add gitignore

This commit is contained in:
eyedeekay
2025-04-29 21:01:38 -04:00
parent 640d3c02a3
commit 4d1bbb2a86
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dendrite

View File

@ -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'

View File

@ -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