mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
13 lines
224 B
Bash
13 lines
224 B
Bash
### AWS SDK Variables. Key/secret are auto populated by IAM Role
|
|
AWS_REGION=us-east-1
|
|
|
|
### JAWS Variables
|
|
JAWS_DATA_MODEL_PREFIX=test
|
|
|
|
### Custom Variables
|
|
JWT_ISSUER=JAWS
|
|
JWT_SECRET=JAWSJAWSJAWS123
|
|
GOOGLE_SERVER_API_KEY=
|
|
|
|
|