Skip to content

Commit

Permalink
Remove cesium token... ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 28, 2024
1 parent 6d43ef2 commit 115f150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion localtileserver/web/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def create_app(
app.config.JSONIFY_PRETTYPRINT_REGULAR = True
app.config.SWAGGER_UI_DOC_EXPANSION = "list"
app.config["DEBUG"] = debug
cesium_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlZDM5NDRlNC05NGFiLTRmMzctYjhlNi1iMDJkMjU1NjcyM2QiLCJpZCI6MzAwNDYsInNjb3BlcyI6WyJhc3IiLCJnYyJdLCJpYXQiOjE1OTMwMjMyNDh9.8YbUgVxncQzVXRtrzz2sXbmKUJDKeqjfPPReWmM587s"
app.config["cesium_token"] = cesium_token
if debug:
logging.getLogger("werkzeug").setLevel(logging.DEBUG)
Expand Down

0 comments on commit 115f150

Please sign in to comment.