Implement Keystone environment deployments
This commit is contained in:
11
resources/js/enums/EnvironmentAttachmentRole.js
Normal file
11
resources/js/enums/EnvironmentAttachmentRole.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
"DATABASE": "database",
|
||||
"CACHE": "cache",
|
||||
"QUEUE": "queue",
|
||||
"STORAGE": "storage",
|
||||
"GATEWAY": "gateway",
|
||||
"CUSTOM": "custom"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user