mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
remove default stage value in provider object
the current default is using AWS region naming syntax, this mean other cloud provider would have to add extra code to set their default value. Instead, region default should be left to each provider.
This commit is contained in:
parent
99e4e1a99e
commit
97d62097c6
@ -20,7 +20,6 @@ class Service {
|
||||
this.serviceObject = null;
|
||||
this.provider = {
|
||||
stage: 'dev',
|
||||
region: 'us-east-1',
|
||||
variableSyntax: '\\${([ ~:a-zA-Z0-9._@\'",\\-\\/\\(\\)*]+?)}',
|
||||
};
|
||||
this.custom = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user