aboutsummaryrefslogtreecommitdiff
path: root/openbills.toml
blob: 567aa00ec8bf537bf2c98805338b6dada62363ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/"