Skip to content

Commit 0c69470

Browse files
Merge pull request #7 from pamelafox/fixes
Fixes for local dev
2 parents 82a3e96 + 10c64d5 commit 0c69470

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.env.sample.devcontainer

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DBNAME=app
2+
DBHOST=localhost
3+
DBUSER=app_user
4+
DBPASS=app_password

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This project has a [dev container configuration](.devcontainer/), which makes it
3535

3636
```shell
3737
# Create .env with environment variables
38-
cp .env.sample .env
38+
cp .env.sample.devcontainer .env
3939

4040
# Install requirements
4141
python3 -m pip install -r src/requirements.txt

0 commit comments

Comments
 (0)