20 lines
517 B
JavaScript
20 lines
517 B
JavaScript
// This is a generated file.
|
|
// Published at 2025-04-06 16:01:50
|
|
|
|
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 first point of contact for your application",
|
|
"STORAGE": "S3 or S3-compatible service",
|
|
"CACHE": "Redis, Memcached or similar"
|
|
}
|
|
|