[suffixes]
values = [
"", "-assets", "-static", "-media", "-images", "-img",
"-uploads", "-files", "-docs", "-documents", "-data",
"-backup", "-backups", "-bak", "-archive", "-archives",
"-logs", "-log", "-dev", "-development", "-staging",
"-stage", "-prod", "-production", "-test", "-testing",
"-qa", "-uat", "-public", "-private", "-internal",
"-infra", "-infrastructure", "-storage", "-store",
"-cdn", "-cache", "-tmp", "-temp", "-web", "-site",
"-api", "-app", "-s3", "-bucket", "-admin", "-dashboard",
"-config", "-secrets", "-creds", "-jenkins", "-ci",
"-build", "-releases", "-deploy", "-email", "-mail",
"-db", "-database",
]
[prefixes]
values = [
"", "assets-", "static-", "media-", "backup-",
"dev-", "staging-", "prod-", "test-", "cdn-",
"s3-", "storage-",
]
[transforms]
dot_to_hyphen = true
hyphen_to_dot = true