From e485e8936f6685750b501259c247d39056fee23d Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sat, 14 Jul 2018 23:14:24 +0900 Subject: [PATCH] Update example config --- .config/example.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 7e20e1fde..a7145f498 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -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