Skip to content

Commit

Permalink
added setting file for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopado committed Oct 12, 2023
1 parent e7ce3fe commit 3fca454
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/vit-servicing-station-f10/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"address" : "0.0.0.0:3030",
"tls" : {
"cert_file" : "./foo/bar.pem",
"priv_key_file" : "./bar/foo.pem"
},
"cors" : {
"allowed_origins" : ["https://foo.test", "https://test.foo"],
"max_age_secs" : 60
},
"db_url": "./database.sqlite3",
"block0_path": "./test/bin.test",
"log" : {
"log_output_path" : "./server.log",
"log_level" : "error"
}
}

0 comments on commit 3fca454

Please sign in to comment.