diff options
| author | Takuya Yoshida <hawaiianphoto@geekhost.net> | 2022-05-15 22:22:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 22:22:06 +0900 |
| commit | a8e779a68cc048d6d82b160e8e899cfab84db309 (patch) | |
| tree | 9e16e82bc8b4639436bc8effa8372eecfe33c36d /chart/files/default.yml | |
| parent | Refactor emoji-edit-dialog to use Composition API (#8657) (diff) | |
| download | misskey-a8e779a68cc048d6d82b160e8e899cfab84db309.tar.gz misskey-a8e779a68cc048d6d82b160e8e899cfab84db309.tar.bz2 misskey-a8e779a68cc048d6d82b160e8e899cfab84db309.zip | |
Power up (#8684)
Diffstat (limited to 'chart/files/default.yml')
| -rw-r--r-- | chart/files/default.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml index 276e9f8915..a9ef22f424 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -6,7 +6,7 @@ #───┘ URL └───────────────────────────────────────────────────── # Final accessible URL seen by a user. -url: https://example.tld/ +# url: https://example.tld/ # ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE # URL SETTINGS AFTER THAT! @@ -41,7 +41,7 @@ url: https://example.tld/ # You need to set Certificate in 'https' section. # To use option 1, uncomment below line. -port: 3000 # A port that your Misskey server should listen. +port: 3000 # A port that your Misskey server should listen. # To use option 2, uncomment below lines. #port: 443 @@ -89,8 +89,8 @@ redis: # host: localhost # port: 9200 # ssl: false -# user: -# pass: +# user: +# pass: # ┌───────────────┐ #───┘ ID generation └─────────────────────────────────────────── @@ -108,8 +108,7 @@ redis: # ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE # ID SETTINGS AFTER THAT! -id: 'aid' - +id: "aid" # ┌─────────────────────┐ #───┘ Other configuration └───────────────────────────────────── |