Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
4
.env.example
Normal file
4
.env.example
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
SECRET_KEY=change-this-to-a-random-secret-key
|
||||
DATABASE_URL=sqlite:///data/fina.db
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
FLASK_ENV=development
|
||||
Loading…
Add table
Add a link
Reference in a new issue