forked from fediversity/fediversity
Compare commits
2 commits
4fff023115
...
8d5d18cf62
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d5d18cf62 | |||
| 277527f293 |
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ in
|
|||
outPath = "./attic.env";
|
||||
text = ''
|
||||
ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64=${fileContents config.vars.generators.attic.files.token.path}
|
||||
AWS_ACCESS_KEY_ID=${config.fediversity.garage.ensureKeys.attic.id}
|
||||
AWS_SECRET_ACCESS_KEY=${config.fediversity.garage.ensureKeys.attic.secret}
|
||||
AWS_ACCESS_KEY_ID=$(cat ${config.fediversity.peertube.s3AccessKeyFile})
|
||||
AWS_SECRET_ACCESS_KEY=$(cat ${config.fediversity.peertube.s3SecretKeyFile})
|
||||
'';
|
||||
}
|
||||
}/bin/attic.env";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue