Merge pull request 'pioneer: Fix path to erpnext database secrets' (#240) from momo/erpnext-fix-secrets2 into momo/main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #240
This commit is contained in:
commit
255fc27737
|
@ -12,12 +12,12 @@
|
|||
owner = "erpnext";
|
||||
};
|
||||
age.secrets.erpnext-db-root-password = {
|
||||
file = "${self}/secrets/erpnext-database-root-password.age";
|
||||
file = "${self}/secrets/erpnext-db-root-password.age";
|
||||
mode = "700";
|
||||
owner = "erpnext";
|
||||
};
|
||||
age.secrets.erpnext-db-user-password = {
|
||||
file = "${self}/secrets/erpnext-database-user-password.age";
|
||||
file = "${self}/secrets/erpnext-db-user-password.age";
|
||||
mode = "700";
|
||||
owner = "erpnext";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue