enum fix, create form wip

This commit is contained in:
2025-04-01 16:33:50 +00:00
parent 0cd00c641b
commit 8f0e319a63
12 changed files with 74 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// This is a generated file.
// Published at 2025-04-01 16:18:32
// Published at 2025-04-01 16:27:12
export default {
"DATABASE": "database",
@@ -9,3 +9,11 @@ export default {
"CACHE": "cache"
}
export const DescriptionMap = {
"DATABASE": "Postgres or MySQL",
"APPLICATION": "The base container image for your application",
"GATEWAY": "The gateway is the first point of contact for your application",
"STORAGE": "S3 or S3-compatible service",
"CACHE": "Redis, Memcached or similar"
}