2020-04-23 00:47:22 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
|
2019-08-25 02:03:33 +03:00
|
|
|
default:
|
|
|
|
DEPLOYED_BY: ${env:DEPLOYED_BY}
|
|
|
|
DEPLOYED_ENV: ${env:DEPLOYED_ENV}
|
|
|
|
DEPLOYED_WHEN: ${env:DEPLOYED_WHEN}
|
|
|
|
STAGE: ${self:provider.stage}
|
|
|
|
PROJECT_NAME: ${env:PROJECT_NAME}
|
|
|
|
BRANCH: ${env:BRANCH}
|
|
|
|
REVISION: ${env:REVISION}
|
|
|
|
VERSION: ${env:VERSION}
|
|
|
|
REMOTE_ORIGIN_URL: ${env:REMOTE_ORIGIN_URL}
|
|
|
|
LOG_LEVEL: ${env:LOG_LEVEL}
|
|
|
|
PROFILING_ENABLED: ${env:PROFILING_ENABLED}
|
|
|
|
PROCESS_EVENTS_HOURS: 6
|
2019-10-15 20:32:36 +03:00
|
|
|
USER_TABLE: ${env:USER_TABLE}
|
|
|
|
DELETED_USER_TABLE: ${env:DELETED_USER_TABLE}
|
|
|
|
EVENT_TABLE: ${env:EVENT_TABLE}
|
2019-11-08 17:40:47 +03:00
|
|
|
STRIPE_REQUEST_TIMEOUT: ${env:STRIPE_REQUEST_TIMEOUT}
|
2020-04-28 00:24:28 +03:00
|
|
|
SENTRY_URL: ${env:SENTRY_URL}
|