12 lines
411 B
JSON
12 lines
411 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,
|
|
"base_uri":"http://localhost:5000",
|
|
"debug":false
|
|
}
|