Get the MRE api working #1

Merged
chris merged 50 commits from add_mre_api into main 2025-04-06 23:58:50 +00:00
Showing only changes of commit 2ac86f5e60 - Show all commits

View File

@ -1,6 +1,6 @@
# Secrets which are encrypted using git-crypt before being sent to git-crypt # Secrets which are encrypted using git-crypt before being sent to git-crypt
FLASK_SECRET_KEY="" FLASK_SECRET_KEY=""
POSTGRES_USER="" POSTGRES_USER=""
POSTGRES_PASSWD="" POSTGRES_PASSWORD=""
REDIS_USER="" REDIS_USER=""
REDIS_PASSWD="" REDIS_PASSWD=""