19 lines
481 B
JavaScript
19 lines
481 B
JavaScript
// This is a generated file.
|
|
|
|
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"
|
|
}
|
|
|