This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog2
Watch
1
Star
0
Fork
You've already forked microblog2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
v0.3
microblog2
/
config.py
5 lines
105 B
Python
Raw
Permalink
Blame
History
import
os
class
Config
(
object
)
:
SECRET_KEY
=
os
.
environ
.
get
(
'
SECRET_KEY
'
)
or
'
you-will-never-guess
'
Reference in New Issue
View Git Blame
Copy Permalink