Skip to content

Commit

Permalink
Merge pull request #1 from coreygarvey/patch-5
Browse files Browse the repository at this point in the history
Updating production path to be hidden folder
  • Loading branch information
coreygarvey committed Aug 19, 2020
2 parents 7d499e0 + 4f72047 commit 6d6b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-locally-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Consider the aforementioned ``.envs/.local/.postgres``: ::

The three envs we are presented with here are ``POSTGRES_DB``, ``POSTGRES_USER``, and ``POSTGRES_PASSWORD`` (by the way, their values have also been generated for you). You might have figured out already where these definitions will end up; it's all the same with ``django`` service container envs.

One final touch: should you ever need to merge ``.envs/production/*`` in a single ``.env`` run the ``merge_production_dotenvs_in_dotenv.py``: ::
One final touch: should you ever need to merge ``.envs/.production/*`` in a single ``.env`` run the ``merge_production_dotenvs_in_dotenv.py``: ::

$ python merge_production_dotenvs_in_dotenv.py

Expand Down

0 comments on commit 6d6b2c4

Please sign in to comment.