UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
patrick.tafoya's avatar
Patrick Tafoya authored
484fb68e
History
Name Last commit Last update
config
docker
root
scripts
.gitignore
README.md

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

  • <<projectName>>: 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 use PG_DATABASE
  • <<dbUserKey>>: the name of the environment variable used to convey the database username depending on the chosen db. For example, postgres would use PG_USER
  • <<dbPassword>>: the name of the environment variable used to convey the database password depending on the chosen db. For example, postgres would use PG_PASSWORD
  • <<dbHost>>: the name of the environment variable used to convey the database host depending on the chosen db. For example, postgres would use PGHOST
  • <<ignoreEnv>>: static value of .env. We want git to ignore .env files, but not in the project where the templates are maintained.