change config
This commit is contained in:
parent
1af487770b
commit
92d1ae28f3
1 changed files with 2 additions and 2 deletions
4
app.py
4
app.py
|
|
@ -14,8 +14,8 @@ sink = inputs[-1]
|
|||
# initialization
|
||||
app = Flask(__name__)
|
||||
app.config['SECRET_KEY'] = 'the quick brown fox jumps over the lazy dog'
|
||||
app.config["HOST"] = "0.0.0.0"
|
||||
app.config["PORT"] = 5000
|
||||
app.config['HOST'] = '0.0.0.0'
|
||||
app.config['PORT'] = '5000'
|
||||
|
||||
class User():
|
||||
def generate_auth_token(self, expires_in=600):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue