You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
423 B

{
"identities": [
{
"name": "admin",
"credentials": [
{
"accessKey": "ACCESS_KEY_PLACEHOLDER",
"secretKey": "SECRET_KEY_PLACEHOLDER"
}
],
"actions": ["Admin", "Read", "Write"]
}
],
"kms": {
"default_provider": "local-dev",
"providers": {
"local-dev": {
"type": "local",
"enableOnDemandCreate": true
}
}
}
}