From 127d4fb8ee7f8b141f9fb2f1a8fda45d350f34fc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 2 Sep 2023 20:12:53 +0530 Subject: first commit --- openbills.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openbills.toml (limited to 'openbills.toml') diff --git a/openbills.toml b/openbills.toml new file mode 100644 index 0000000..567aa00 --- /dev/null +++ b/openbills.toml @@ -0,0 +1,13 @@ +port = 8765 + +[database] +username = "openbills" +password = "VeryStrongPass123" +location = "tcp(127.0.0.1:3306)" +db_name = "openbills" +params = "charset=utf8mb4&parseTime=True&loc=Local" + +[instance] +title = "OpenBills" +description = "Libre Billing Software" +url = "https://openbills.vidhukant.com/" -- cgit v1.2.3