Skip to content

Commit

Permalink
ignore some files
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Jan 20, 2024
1 parent 81d37e0 commit d634545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export DB_USER=root
export DB_PASSWORD=root
export DB_PORT=5432

export DB_HOST=localhost # for local run
#export DB_HOST=localhost # for local run
# If you run the api-server with Docker uncomment this next var
#export DB_HOST=host.docker.internal # for Docker run
export DB_HOST=host.docker.internal # for Docker run

export DJANGO_SUPERUSER_USERNAME=admin
export DJANGO_SUPERUSER_PASSWORD=admin
Expand Down

0 comments on commit d634545

Please sign in to comment.