Skip to content

Commit

Permalink
Merge pull request #48 from ManatiCR/feature/better-definition-projec…
Browse files Browse the repository at this point in the history
…t-path-env-file

Feature: Variable project root - .env file
  • Loading branch information
rigoucr committed Apr 7, 2022
2 parents 4e133ab + 3e5ee1f commit 476a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.example
Expand Up @@ -3,7 +3,7 @@
## Copy this file to .env and edit as needed.

# General Vars.
PROJECT_ROOT=~/development/chirripo
PROJECT_ROOT=$(pwd)
PROJECT_DOCROOT=web
PROJECT_NAME=chirripo
PORT_PREFIX=100
Expand Down

0 comments on commit 476a82a

Please sign in to comment.