Skip to content

Commit

Permalink
token added
Browse files Browse the repository at this point in the history
  • Loading branch information
teslimSulaiman committed Jun 7, 2023
1 parent cac4e7c commit 9466f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask import Flask, jsonify, request, abort


JWT_SECRET = os.environ.get('JWT_SECRET', 'abc123abc1234')
JWT_SECRET = os.environ.get('JWT_SECRET', 'eyJhbGciOiJIUzI1NiJ9.eyJSb2xlIjoiQWRtaW4iLCJJc3N1ZXIiOiJJc3N1ZXIiLCJVc2VybmFtZSI6InRlc2xpbSIsImV4cCI6MTcxNzc1NjQwMCwiaWF0IjoxNjg2MTM0MDAwfQ.nCXz1TvNZbJ2zmrBVb1AIlgaWow_ejyt4_5EF3fLEO8')
LOG_LEVEL = os.environ.get('LOG_LEVEL', 'INFO')


Expand Down

0 comments on commit 9466f47

Please sign in to comment.