Metadata-Version: 2.1
Name: captif-db-config
Version: 0.3
Summary: 
License: MIT
Keywords: CAPTIF,NZTA
Author: John Bull
Author-email: john.bull@nzta.govt.nz
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# captif-db-config

Database configuration.


## Config file

Place a `.captif-db.ini` file in the home directory (`~` on linux). The config file should contain the following information:

```
[GENERAL]
username = 
password = 
url = 
port = 
connection_string = 
database = 
```

