feat: restrict customer DB user permissions on provision
Some checks failed
Build & Release / build (push) Failing after 1m3s

This commit is contained in:
Ryan Moon
2026-04-03 06:25:51 -05:00
parent 32399a417a
commit 6e68cb83c0
5 changed files with 45 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export const config = {
gitSshKey: process.env.GIT_SSH_KEY!,
gitRepoUrl: process.env.GIT_REPO_URL ?? "ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git",
dbUrl: process.env.DATABASE_URL!,
doadminDbUrl: process.env.DOADMIN_DATABASE_URL!,
};
for (const [key, val] of Object.entries(config)) {