-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#47: Let SYNC_ALLOWED_BLOCK_CODES to be configured in .env.
This uses an encoded JSON array to pass from shell, to YAML.
- Loading branch information
1 parent
b29b40e
commit 5ec4543
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ SCHEDULES_IMAGE_FONT_FILE=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf | |
# Sync | ||
SYNC_ERROR_MAIL_TO="[email protected]" | ||
SYNC_ERROR_MAIL_FROM="[email protected]" | ||
# A JSON encoded array of Block Codes that should be exposed to users. | ||
SYNC_ALLOWED_BLOCK_CODES='["CC"]' | ||
# Sync destination (this application's database) | ||
SYNC_DESTINATION_DSN="mysql:host=database;port=3306;dbname=symfony;charset=utf8mb4" | ||
SYNC_DESTINATION_USERNAME=symfony | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters