forked from DGNum/infrastructure
fix(web03/ernestophone): Missing secrets
This commit is contained in:
parent
9560055caf
commit
bbdc5ef6da
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
credentials = {
|
credentials = {
|
||||||
SECRET_KEY = config.age.secrets."dj_ernestophone-secret_key_file".path;
|
SECRET_KEY = config.age.secrets."dj_ernestophone-secret_key_file".path;
|
||||||
|
ACCOUNT_CREATION_PASS = config.age.secrets."dj_ernestophone-password_file".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue