diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ff2f31e --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +[gocardless] +key = "sandbox-key" +secret = "sandbox-secret" +url = "https://bankaccountdata.gocardless.com/api/v2" + +[database] +sqlite = true \ No newline at end of file