summaryrefslogtreecommitdiffhomepage
path: root/infra/secret.ts
blob: 0b1870fa155266c03d81f049f18f630692f30209 (plain)
1
2
3
4
export const SECRET = {
  R2AccessKey: new sst.Secret("R2AccessKey", "unknown"),
  R2SecretKey: new sst.Secret("R2SecretKey", "unknown"),
}