Small misc. changes
This commit is contained in:
parent
83a64651c2
commit
3735c17926
|
@ -4,6 +4,7 @@ charmboard.conf
|
|||
# SQLite
|
||||
*.db
|
||||
*.db-*
|
||||
*.db.old
|
||||
|
||||
# Perl::Critic
|
||||
perlcritic.log
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
},
|
||||
|
||||
pass_crypt => {
|
||||
pepper => ''
|
||||
scheme => '', # currently only 'argon2'
|
||||
pepper => ''
|
||||
},
|
||||
|
||||
environment => '', # only use 'dev' for now
|
||||
|
|
Loading…
Reference in New Issue