Skip to content

Commit

Permalink
Make spacing in configuration file consistent (#3186)
Browse files Browse the repository at this point in the history
This makes the spacing consistent across all options.

Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
  • Loading branch information
pluehne authored and lafriks committed Dec 13, 2017
1 parent c06cc74 commit b6d2243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom/conf/app.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d2243

Please sign in to comment.