Skip to content

Commit

Permalink
Add .env_gha file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed May 16, 2024
1 parent aa2d38b commit e2ea47e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/{{ cookiecutter.__folder_name }}/devops/.env_gha
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DB_NAME=plone
DB_USER=plone
DB_HOST=db
DB_PASSWORD={{ cookiecutter.__devops_db_password }}
DB_PORT=5432

0 comments on commit e2ea47e

Please sign in to comment.