Skip to content

toliangd/Flask-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import os basedir = os.path.abspath(os.path.dirname(file))

class Config(): SECRET_KEY = 'SECRET-KEY' BD_PASS = 'BD-PASS' DB_LOGIN = 'DB-PASS' DB_ADDRESS = '127.0.0.1' DB_NAME = 'webauth' SALT = '1w2e3r4r5t6y'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published