fix secrets
This commit is contained in:
parent
f5c350dbf8
commit
85b8479e44
3 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
BASE_URL = "https://riverside.coldairnetworks.com";
|
BASE_URL = "https://riverside.coldairnetworks.com";
|
||||||
ADMIN_PASS = "admin";
|
ADMIN_PASS = "admin";
|
||||||
};
|
};
|
||||||
|
env_file = [ "/run/agenix/postmark" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/riverside/files:/var/www/html/web/sites/default/files"
|
"/var/riverside/files:/var/www/html/web/sites/default/files"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ in {
|
||||||
# ANTHROPIC_API_KEY
|
# ANTHROPIC_API_KEY
|
||||||
"./anthropic-api-key.age".publicKeys = [mainframePublicKey];
|
"./anthropic-api-key.age".publicKeys = [mainframePublicKey];
|
||||||
|
|
||||||
# POSTMARK_SERVER_TOKEN
|
# POSTMARK_API_KEY, POSTMARK_SERVER_TOKEN
|
||||||
"./postmark.age".publicKeys = [mainframePublicKey];
|
"./postmark.age".publicKeys = [mainframePublicKey];
|
||||||
|
|
||||||
# TOKEN=<forgejo runner registration token from Forgejo admin>
|
# TOKEN=<forgejo runner registration token from Forgejo admin>
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue