add proxysql
parent
87ebe976bb
commit
858d6abdb9
|
@ -46,7 +46,7 @@ data:
|
||||||
# defines all the MySQL users
|
# defines all the MySQL users
|
||||||
mysql_users:
|
mysql_users:
|
||||||
(
|
(
|
||||||
{ username = "root" , password = "Beaconfire@2099" , default_hostgroup = 0 , active = 1 }
|
{ username = "root" , password = "Beaconfire@2099" , default_hostgroup = 0 , active = 1 },
|
||||||
{ username = "app" , password = "HelloBeaconfire!" , default_hostgroup = 0 , active = 1 }
|
{ username = "app" , password = "HelloBeaconfire!" , default_hostgroup = 0 , active = 1 }
|
||||||
)
|
)
|
||||||
# defines all the MySQL rules
|
# defines all the MySQL rules
|
||||||
|
|
Loading…
Reference in New Issue