Skip to content

Commit

Permalink
fix: move to Vancouver
Browse files Browse the repository at this point in the history
  • Loading branch information
morganrowse committed Sep 9, 2024
1 parent 51d4c50 commit d74f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def index():
<h2>Environment Variables</h2>
<table>
<tr><th>Key</th><th>Value</th></tr>
<tr><td>City</td><td>Tokyo</td></tr>
<tr><td>City</td><td>Vancouver</td></tr>
<tr><td>Database URL</td><td>{env_vars['Database URL']}</td></tr>
<tr><td>Database Username</td><td>{env_vars['Database Username']}</td></tr>
<tr><td>Database Password</td><td>{env_vars['Database Password']}</td></tr>
Expand Down

0 comments on commit d74f723

Please sign in to comment.