curious-greg/meta.sample.json

13 lines
411 B
JSON
Raw Permalink Normal View History

{
"name":"Curious Greg",
"website":"https://git.lynnesbian.space/lynnesbian/curious-greg",
2018-11-10 12:56:45 +00:00
"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,
2018-11-13 12:08:12 +00:00
"max_time_between_checks":60,
2018-11-13 12:10:13 +00:00
"base_uri":"http://localhost:5000",
"debug":false
}