Skip to content

Commit e01cac3

Browse files
committed
More whitespace twraks
1 parent d2f67b2 commit e01cac3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FLASK_DEBUG=True
22
DBNAME=<database name>
33
DBHOST=<database-hostname>
44
DBUSER=<db-user-name>
5-
DBPASS=<db-password>
5+
DBPASS=<db-password>

.env.sample.devcontainer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FLASK_DEBUG=True
22
DBNAME=app
33
DBHOST=localhost
44
DBUSER=app_user
5-
DBPASS=app_password
5+
DBPASS=app_password

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ which makes it easier to develop apps locally, deploy them to Azure, and monitor
2626

2727
This project has devcontainer support, so you can open it in Github Codespaces or local VS Code with the Dev Containers extension.
2828

29-
🎥 [Watch me run the app in Github Codespaces.](https://www.youtube.com/watch?v=r6Hnp9RXUpY)
29+
🎥 [Watch a screencast of running the app in Github Codespaces.](https://www.youtube.com/watch?v=r6Hnp9RXUpY)
3030

3131
Steps for running the server:
3232

@@ -56,7 +56,7 @@ flask run
5656

5757
This repo is set up for deployment on Azure App Service (w/PostGreSQL server) using the configuration files in the `infra` folder.
5858

59-
🎥 [Watch me deploy and re-deploy the app.](https://www.youtube.com/watch?v=r6Hnp9RXUpY)
59+
🎥 [Watch a screencast of deploying and re-deploying the app.](https://www.youtube.com/watch?v=r6Hnp9RXUpY)
6060

6161
Steps for deployment:
6262

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ module resources 'resources.bicep' = {
4141

4242
output AZURE_LOCATION string = location
4343
output APPLICATIONINSIGHTS_CONNECTION_STRING string = resources.outputs.APPLICATIONINSIGHTS_CONNECTION_STRING
44-
output WEB_URI string = resources.outputs.WEB_URI
44+
output WEB_URI string = resources.outputs.WEB_URI

0 commit comments

Comments
 (0)