This repository has been archived on 2020-09-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
autenticador-servidor/cfg.example.json
2020-05-28 17:31:50 -03:00

11 lines
183 B
JSON

{
"cfg_db_username": "DatabaseUsername",
"cfg_db_password": "DatabasePassword",
"cfg_db_address": "DatabaseAddress.com",
"cfg_db_databases": [
"adl1",
"adl2",
"adl3"
]
}