1 2 3 4 5 6 7
# Team conventions enforced by the audit. required = ["DATABASE_URL", "LOG_LEVEL"] prefix = "APP_" forbidden = ["CI"] [patterns] DATABASE_URL = "^postgres(ql)?://"