mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Better text and fixed entry point
This commit is contained in:
@@ -188,13 +188,15 @@ DKR_RUN_MIGRATION="true"
|
||||
# with the latest fixes (outside of migrations!)
|
||||
DKR_RUN_UPGRADE="true"
|
||||
|
||||
# Disable all data checks and verifications. Disabling this makes Firefly III assume your DB is intact.
|
||||
# Verify database integrity. Includes all data checks and verifications.
|
||||
# Disabling this makes Firefly III assume your DB is intact.
|
||||
DKR_RUN_VERIFY="true"
|
||||
|
||||
# Disable all DB reports. When disabled, Firefly III won't go over your data to report current state.
|
||||
# Run database reporting commands. When disabled, Firefly III won't go over your data to report current state.
|
||||
# Disabling this should have no impact on data integrity or safety but it won't warn you of possible issues.
|
||||
DKR_RUN_REPORT="true"
|
||||
|
||||
# Generate OAuth2 keys.
|
||||
# When disabled, Firefly III won't attempt to generate OAuth2 Passport keys. This won't be an issue, IFF (if and only if)
|
||||
# you had previously generated keys already and they're stored in your database for restauration.
|
||||
DKR_RUN_PASSPORT_INSTALL="true"
|
||||
|
Reference in New Issue
Block a user