Skip to content

Commit b6d2243

Browse files
pluehnelafriks
authored andcommitted
Make spacing in configuration file consistent (#3186)
This makes the spacing consistent across all options. Signed-off-by: Patrick Lühne <[email protected]>
1 parent c06cc74 commit b6d2243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom/conf/app.ini.sample

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ LFS_START_SERVER = false
175175
; Where your lfs files put on, default is data/lfs.
176176
LFS_CONTENT_PATH = data/lfs
177177
; LFS authentication secret, changed this to yourself.
178-
LFS_JWT_SECRET =
178+
LFS_JWT_SECRET =
179179

180180
; Define allowed algorithms and their minimum key length (use -1 to disable a type)
181181
[ssh.minimum_key_sizes]
182182
ED25519 = 256
183-
ECDSA = 256
184-
RSA = 2048
185-
DSA = 1024
183+
ECDSA = 256
184+
RSA = 2048
185+
DSA = 1024
186186

187187
[database]
188188
; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice

0 commit comments

Comments
 (0)