fiesta-wagon-templates
This project provides templates used by the fiesta-wagon-bootstrap project to build a fiesta wagon development environment.
template placeholder variables to be replaced
-
xx_project_name_xx
: the name of the project. Should be all lower case and contain no whitespace. -
<<dbNameKey>>
: the name of the environment variable used to convey the database name depending on the chosen db. For example, postgres would usePG_DATABASE
-
<<dbUserKey>>
: the name of the environment variable used to convey the database username depending on the chosen db. For example, postgres would usePG_USER
-
<<dbPassword>>
: the name of the environment variable used to convey the database password depending on the chosen db. For example, postgres would usePG_PASSWORD
-
<<dbHost>>
: the name of the environment variable used to convey the database host depending on the chosen db. For example, postgres would usePGHOST
-
<<ignoreEnv>>
: static value of.env
. We want git to ignore .env files, but not in the project where the templates are maintained.