Skip to content

GDcheerios/gdcheerioscom

Repository files navigation

website-project

A multi purpose project using flask for my own api and website https://gdcheerios.com

Wanna do stuff?

make a .env file like this:

DOMAIN = "http://127.0.0.1"
PORT = 8080
SECRET = "MySecret"
IS_PRODUCTION = 0 OR 1  # TRUE | FALSE

BUCKET_PATH = "bucket/path"

SMTP_HOST = "smtp.gmail.com"
SMTP_EMAIL = "[email protected]"
SMTP_PASSWORD = "password"

DB_HOSTNAME = "hostname"
DB_PASSWORD = "password"
DB_USER = "user"
DB = "database"

OSU_API_KEY = "apikey"
OSU_SECRET = "secret"
CLIENT_ID = 1234

About

The code for gdcheerios.com

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •