Skip to content

Commit

Permalink
template for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
data-henrik committed Mar 2, 2021
1 parent bfe9833 commit acd28c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend/.env.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DB2_URI=db2://the-db2-uri-from-credentials:50001/BLUDB?ssl=true;
APPID_CLIENT_ID=
APPID_OAUTH_SERVER_URL=
APPID_SECRET=
FULL_HOSTNAME=http://127.0.0.1:5000
EVENT_TOKEN=secret_token_for_the_subscription_event
EVENT_TOKEN=henrik_is_pinging
FLASK_DEBUG=True
FLASK_ENVIRONMENT=development

0 comments on commit acd28c5

Please sign in to comment.