diff options
author | Patrick Lühne <pluehne@users.noreply.github.com> | 2017-12-13 23:22:59 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-14 00:22:59 +0200 |
commit | b6d2243ac056be7997ef8d14be505873ce34a47e (patch) | |
tree | 06cdb69424eac51e5251f9370ae825170843bead /custom/conf/app.ini.sample | |
parent | c06cc740dea46f3aff58e0eded4208232bb5902d (diff) | |
download | gitea-b6d2243ac056be7997ef8d14be505873ce34a47e.tar.gz gitea-b6d2243ac056be7997ef8d14be505873ce34a47e.zip |
Make spacing in configuration file consistent (#3186)
This makes the spacing consistent across all options.
Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
Diffstat (limited to 'custom/conf/app.ini.sample')
-rw-r--r-- | custom/conf/app.ini.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index c653abcc2f..a5a0b19871 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -175,14 +175,14 @@ LFS_START_SERVER = false ; Where your lfs files put on, default is data/lfs. LFS_CONTENT_PATH = data/lfs ; LFS authentication secret, changed this to yourself. -LFS_JWT_SECRET = +LFS_JWT_SECRET = ; Define allowed algorithms and their minimum key length (use -1 to disable a type) [ssh.minimum_key_sizes] ED25519 = 256 -ECDSA = 256 -RSA = 2048 -DSA = 1024 +ECDSA = 256 +RSA = 2048 +DSA = 1024 [database] ; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice |