diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-22 10:42:58 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-22 10:42:58 +0000 |
| commit | d069d78c213dfe2c78c1f160dbd99d48d0b44670 (patch) | |
| tree | 4144ce79b89f5cb7026e71598eb85e1751742274 /.config | |
| parent | fix SCSS warning (diff) | |
| parent | merge: Fix: Center SkModPlayer on big displays (!734) (diff) | |
| download | sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.tar.gz sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.tar.bz2 sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.zip | |
Merge branch 'develop' into feature/2024.10
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/example.yml b/.config/example.yml index c9bd20b9c6..10aeb6bccc 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -113,10 +113,10 @@ db: port: 5432 # Database name - db: misskey + db: sharkey # Auth - user: example-misskey-user + user: sharkey pass: example-misskey-pass # Whether disable Caching queries |