Add the CI/CD configuration.

This commit is contained in:
2023-07-24 14:50:16 +03:00
parent bc585a1c60
commit de611a5a14
5 changed files with 58 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
DEBUG=True
SECRET_KEY='your-secure-key'
DATABASE_NAME=postgres_dev
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=testpassword
DATABASE_HOST=postgres
DATABASE_PORT=5432