Skip to content

Commit 37c5dcb

Browse files
authored
Merge pull request NdoleStudio#857 from NdoleStudio/feature/send-sms-based-on-schedule
Feature/send sms based on schedule
2 parents 65ced9d + c449088 commit 37c5dcb

54 files changed

Lines changed: 6822 additions & 295 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/.env.docker

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ GCP_PROJECT_ID=httpsms-docker
55

66
USE_HTTP_LOGGER=true
77

8+
# Set to "true" to enable feature entitlement checks (limits for free users).
9+
# Defaults to "false" for self-hosted deployments (no limits).
10+
ENTITLEMENT_ENABLED=false
11+
812
EVENTS_QUEUE_TYPE=emulator
913
EVENTS_QUEUE_NAME=events-local
1014
EVENTS_QUEUE_ENDPOINT=http://localhost:8000/v1/events

0 commit comments

Comments
 (0)