fix(web03/ernestophone): Missing secrets

This commit is contained in:
sinavir 2025-02-04 14:06:46 +01:00
parent 9560055caf
commit bbdc5ef6da
No known key found for this signature in database

View file

@ -42,6 +42,7 @@
credentials = {
SECRET_KEY = config.age.secrets."dj_ernestophone-secret_key_file".path;
ACCOUNT_CREATION_PASS = config.age.secrets."dj_ernestophone-password_file".path;
};
};
}