diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 20:12:53 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 20:12:53 +0530 |
commit | 127d4fb8ee7f8b141f9fb2f1a8fda45d350f34fc (patch) | |
tree | 071e5e3cc928c7f0ad45430a971f8c9f9a856d96 /openbills.toml |
first commitv0.0.1
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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/" |