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 name: example-instance-name # Name of your instance
description: 'example-description' # Description of your instance description: example-description # Description of your instance
maintainer: maintainer:
name: 'example-maitainer-name' # Your name name: example-maitainer-name # Your name
url: 'http://example.com/' # Your contact (http or mailto) url: http://example.com/ # Your contact (http or mailto)
repository_url: 'https://github.com/syuilo/misskey' # Repository URL repository_url: https://github.com/syuilo/misskey # Repository URL
feedback_url: 'https://github.com/syuilo/misskey/issues' # Feedback URL (e.g. github issue) feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue)
url: http://localhost/ url: http://localhost/
port: 80 port: 80
mongodb: mongodb:
@ -21,7 +20,7 @@ mongodb:
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
pass: 'example-pass' pass: example-pass
recaptcha: recaptcha:
site_key: example-site-key site_key: example-site-key