chore(config): change aws region defaults for dev and prod (#154) r=@vladikoff,@philbooth
Fixes #153
This commit is contained in:
Родитель
bed6a93f9d
Коммит
e0a283915a
|
@ -3,7 +3,7 @@
|
|||
"baseuri": "http://127.0.0.1:8000/"
|
||||
},
|
||||
"aws": {
|
||||
"region": "us-east-1"
|
||||
"region": "us-west-2"
|
||||
},
|
||||
"bouncelimits": {
|
||||
"enabled": true,
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"aws": {
|
||||
"region": "us-east-1"
|
||||
},
|
||||
"log": {
|
||||
"level": "normal",
|
||||
"format": "pretty"
|
||||
|
|
Загрузка…
Ссылка в новой задаче