10 lines
358 B
JSON
10 lines
358 B
JSON
{
|
|
"name":"Curious Greg",
|
|
"website":"https://git.lynnesbian.space/lynnesbian/curious-greg",
|
|
"flask_key":"put a secure secret key here, and rename this file to 'meta.json'",
|
|
"dbuser":"curiousgreg",
|
|
"dbpass":"choose a good password for the mysql user and put it here",
|
|
"dbname":"curiousgreg",
|
|
"min_time_between_checks":1,
|
|
"max_time_between_checks":60
|
|
}
|