Skip to content

Commit f8daa21

Browse files
committed
Fixes for local
1 parent 029c801 commit f8daa21

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.env.sample.devcontainer

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DBNAME=app
2+
DBHOST=localhost
3+
DBUSER=app_user
4+
DBPASS=app_password
5+
CACHELOCATION=redis://redis:6379/0
6+
SECRET_KEY=secret_key

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)