food-inventory/assets/php/example_config.json

7 lines
111 B
JSON
Raw Normal View History

{
"host":"localhost",
"dbname": "db",
"user": "user",
"password": "pass",
"kind": "mysql"
}