enum fix, create form wip
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user