21 lines
535 B
JavaScript
21 lines
535 B
JavaScript
// This is a generated file.
|
|
|
|
export default {
|
|
"DATABASE": "database",
|
|
"APPLICATION": "application",
|
|
"GATEWAY": "gateway",
|
|
"STORAGE": "storage",
|
|
"CACHE": "cache",
|
|
"BUILDER": "builder"
|
|
}
|
|
|
|
export const DescriptionMap = {
|
|
"DATABASE": "Postgres",
|
|
"APPLICATION": "The base container image for your application",
|
|
"GATEWAY": "The first point of contact for your application",
|
|
"STORAGE": "S3 or S3-compatible service",
|
|
"CACHE": "Valkey",
|
|
"BUILDER": "Build service for application artifacts"
|
|
}
|
|
|