Updated config examples.
This commit is contained in:
parent
c8cc49a678
commit
10a7d379f2
6 changed files with 35 additions and 33 deletions
10
config_examples/mysql_credentials_config.json
Normal file
10
config_examples/mysql_credentials_config.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"connection_details": {
|
||||
"engine": "mysql",
|
||||
"host": "the-sql-host",
|
||||
"port": 3306,
|
||||
"user": "your_user",
|
||||
"password": "your_password",
|
||||
"schema": "comprea"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue