PORT=8081

SSL_KEY=
SSL_CERT=

# DB_HOSTNAME=127.0.0.1
# DB_USERNAME=postgres
# DB_PASSWORD=password
# DB_NAME=explore
# DB_PORT=5432
# DB_DIALECT=postgres

DB_HOSTNAME=127.0.0.1
DB_USERNAME=root
DB_PASSWORD=password
DB_NAME=explore
DB_PORT=3306
DB_DIALECT=mysql

# DB_REPLICA_HOSTNAME=
# DB_REPLICA_USERNAME=
# DB_REPLICA_PASSWORD=

DB_MONGODB_PROTOCOL=mongodb
DB_MONGODB_HOSTNAME=localhost
DB_MONGODB_USERNAME=
DB_MONGODB_PASSWORD=
DB_MONGODB_NAME=explore
DB_MONGODB_PORT=27017

