mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Added first version of serverless-based implementation example
This commit is contained in:
7
examples/serverless/config.json
Normal file
7
examples/serverless/config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"SIGNER_KEY_PASSPHRASE": "123456",
|
||||
"PASSES_S3_TEMP_BUCKET": "pkge-test",
|
||||
"ACCESS_KEY_ID": "S3RVER",
|
||||
"SECRET_ACCESS_KEY": "S3RVER",
|
||||
"MODELS_S3_BUCKET": "pkge-mdbk"
|
||||
}
|
||||
Reference in New Issue
Block a user