Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain custom Project Settings in .env file that are not inherited from wodby. #15

Open
rsanzante opened this issue Aug 4, 2020 · 0 comments

Comments

@rsanzante
Copy link
Member

Those are settings in the .env.example file.

### PROJECT SETTINGS

PROJECT_NAME=example
PROJECT_BASE_URL=example.docker.localhost
DOCKER_PROJECT_ROOT=/var/www/html
THEME_PATH=/var/www/html/web/themes/custom/example
NPM_RUN_COMMAND=dev
DEFAULT_DRUSH_ALIAS=example.stg

However, is not clear what is the use of some them:

THEME_PATH: What is the purpose? I guess is related to the frontend rebuild, but what should a new user put here? What if there's no custom theme? Maybe because is not yet created.

DEFAULT_DRUSH_ALIAS: I guess this alias is used for some operations as a default value, but I think it would be interesting to have more info about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant