upgrade to 0.8
This commit is contained in:
parent
76d25ba162
commit
0a87539f3e
@ -91,6 +91,14 @@ db-type: "sqlite"
|
||||
# Default: ""
|
||||
db-address: "/alloc/gotosocial.db"
|
||||
|
||||
# String. SQLite journaling mode.
|
||||
# SQLite only -- unused otherwise.
|
||||
# If set to empty string, the sqlite default will be used.
|
||||
# See: https://www.sqlite.org/pragma.html#pragma_journal_mode
|
||||
# Examples: ["DELETE", "TRUNCATE", "PERSIST", "MEMORY", "WAL", "OFF"]
|
||||
# Default: "WAL"
|
||||
db-sqlite-journal-mode: "WAL"
|
||||
|
||||
|
||||
######################
|
||||
##### WEB CONFIG #####
|
||||
|
Loading…
Reference in New Issue
Block a user