diff options
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/" |