Better text and fixed entry point

This commit is contained in:
James Cole
2019-12-08 05:57:36 +01:00
parent 53d630ef91
commit 78ccca4f58
2 changed files with 14 additions and 12 deletions

View File

@@ -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"