Skip to main content

Package for small service start

Project description

# Description

Package for small service start

## Requirements

* `Python3.6`
* `Postgres`
* `RabbitMQ`
* `Redis`

## ENVIRONMENT

```bash
# Postgres
PG_HOST=127.0.0.1
PG_PORT=5432
PG_USER=postgres
PG_PASS=postgres
PG_DB=postgres

# RabbitMQ
RMQ_HOST=127.0.0.1
RMQ_PORT=5672
RMQ_USER=guest
RMQ_PASS=guest

# Redis
REDIS_ADDRESS=redis://localhost
REDIS_DB=
REDIS_PASSWORD=

# Logger
LOG_LEVEL=INFO
````

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcsrv-0.9.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page