Update example config
This commit is contained in:
parent
e495e0d2e6
commit
e485e8936f
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
name: 'example-instance-name' # Name of your instance
|
||||
description: 'example-description' # Description of your instance
|
||||
name: example-instance-name # Name of your instance
|
||||
description: example-description # Description of your instance
|
||||
|
||||
maintainer:
|
||||
name: 'example-maitainer-name' # Your name
|
||||
url: 'http://example.com/' # Your contact (http or mailto)
|
||||
repository_url: 'https://github.com/syuilo/misskey' # Repository URL
|
||||
feedback_url: 'https://github.com/syuilo/misskey/issues' # Feedback URL (e.g. github issue)
|
||||
name: example-maitainer-name # Your name
|
||||
url: http://example.com/ # Your contact (http or mailto)
|
||||
repository_url: https://github.com/syuilo/misskey # Repository URL
|
||||
feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue)
|
||||
|
||||
url: http://localhost/
|
||||
|
||||
port: 80
|
||||
|
||||
mongodb:
|
||||
|
@ -21,7 +20,7 @@ mongodb:
|
|||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: 'example-pass'
|
||||
pass: example-pass
|
||||
|
||||
recaptcha:
|
||||
site_key: example-site-key
|
||||
|
|
Loading…
Reference in a new issue