Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
* fix: move to paris

* fix: move to paris

* fix: move to Vancouver

* feat: change to cape town
  • Loading branch information
morganrowse authored Sep 9, 2024
1 parent f4c417f commit aae2221
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>Vancouver</td></tr>
<tr><td>City</td><td>Cape Town</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 aae2221

Please sign in to comment.