CharmBoard/charmboard.example.conf

18 lines
319 B
Plaintext

{
board_name => '', # this doesn't do anything yet
database => {
type => '', # 'sqlite' or 'mysql'
name => '',
user => '',
pass => ''
},
pass_crypt => {
pepper => '' # generate this with `tools/pepper.pl` for now
},
environment => '', # only use 'dev' for now
secrets => ['']
};