mirror of
https://github.com/go-i2p/dendrite-unofficial.git
synced 2025-07-17 03:52:08 -04:00
add gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
dendrite
|
2
build.sh
2
build.sh
@ -18,7 +18,7 @@ go build -o bin/ ./contrib/...
|
|||||||
#cp dendrite-sample.yaml dendrite.yaml
|
#cp dendrite-sample.yaml dendrite.yaml
|
||||||
|
|
||||||
# Build and run the server:
|
# 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).
|
# Create an user account (add -admin for an admin user).
|
||||||
# Specify the localpart only, e.g. 'alice' for '@alice:domain.com'
|
# Specify the localpart only, e.g. 'alice' for '@alice:domain.com'
|
||||||
|
@ -167,7 +167,7 @@ client_api:
|
|||||||
|
|
||||||
# If set, allows registration by anyone who knows the shared secret, regardless of
|
# If set, allows registration by anyone who knows the shared secret, regardless of
|
||||||
# whether registration is otherwise disabled.
|
# whether registration is otherwise disabled.
|
||||||
registration_shared_secret: "test"
|
registration_shared_secret: "changeme"
|
||||||
|
|
||||||
# Whether to require reCAPTCHA for registration.
|
# Whether to require reCAPTCHA for registration.
|
||||||
enable_registration_captcha: false
|
enable_registration_captcha: false
|
||||||
|
Reference in New Issue
Block a user