Update example config

This commit is contained in:
Aya Morisawa 2018-07-14 23:14:24 +09:00
parent e495e0d2e6
commit e485e8936f

View file

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