20 lines
532 B
JavaScript
20 lines
532 B
JavaScript
// This is a generated file.
|
|
// Published at 2025-04-01 16:27:12
|
|
|
|
export default {
|
|
"DATABASE": "database",
|
|
"APPLICATION": "application",
|
|
"GATEWAY": "gateway",
|
|
"STORAGE": "storage",
|
|
"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"
|
|
}
|
|
|