diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 23:14:24 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 23:14:24 +0900 |
| commit | e485e8936f6685750b501259c247d39056fee23d (patch) | |
| tree | cbe285670b1fb6fdb9dee05e270a71d79ddb5e23 | |
| parent | Update config example (diff) | |
| download | misskey-e485e8936f6685750b501259c247d39056fee23d.tar.gz misskey-e485e8936f6685750b501259c247d39056fee23d.tar.bz2 misskey-e485e8936f6685750b501259c247d39056fee23d.zip | |
Update example config
| -rw-r--r-- | .config/example.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/example.yml b/.config/example.yml index 7e20e1fdea..a7145f4983 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 |