Database Configuration¶
Basic Setup¶
The connection settings for postgres database are present in ~/.owtf/db.yaml or owtf/settings.py.
DATABASE_IP: 127.0.0.1
DATABASE_PORT: 5432
DATABASE_NAME: owtfdb
DATABASE_USER: owtf_db_user
DATABASE_PASS: random_password