RaidasGrisk / redditcoins-api

Home Page:https://www.redditcoins.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB connection

Credentials are stored inside ./app/private.py (make this file before running anything).

db_details = {
    'host': '0.0.0.0',
    'port': 5432,
    'user': 'admin',
    'password': 'temp-pass',
}

Production

All the details are in the Dockerfile

About

https://www.redditcoins.app


Languages

Language:Python 92.1%Language:Dockerfile 7.9%