16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
|
{
|
||
|
boardName => '', # this doesn't do anything yet
|
||
|
|
||
|
database => {
|
||
|
type => '', # 'sqlite', 'mysql', or 'pgsql'
|
||
|
name => '',
|
||
|
user => '',
|
||
|
pass => ''
|
||
|
},
|
||
|
|
||
|
passCrypt => {
|
||
|
pepper => '' # generate this with `tools/pepper.pl` for now
|
||
|
},
|
||
|
|
||
|
secrets => ['']
|
||
|
};
|