Closed wms closed 4 years ago
Closes #25
Adds optional support for PostgreSQL storage to analyzer-kit by introducing the following environment variables:
ANALYZER_STORAGE_PROVIDER - May be one of sqlite or postgresql. Defaults to sqlite.
ANALYZER_STORAGE_PROVIDER
sqlite
postgresql
ANALYZER_STORAGE_POSTGRES_URL - Dictates the connection string/URL to use for the PostgreSQL connection. Defaults to postgres://localhost/mgfx.
ANALYZER_STORAGE_POSTGRES_URL
postgres://localhost/mgfx
Closes #25
Adds optional support for PostgreSQL storage to analyzer-kit by introducing the following environment variables:
ANALYZER_STORAGE_PROVIDER
- May be one ofsqlite
orpostgresql
. Defaults tosqlite
.ANALYZER_STORAGE_POSTGRES_URL
- Dictates the connection string/URL to use for the PostgreSQL connection. Defaults topostgres://localhost/mgfx
.