Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ URL_ARCHIVE=https://hyvorpost.email
# One of: debug, info, notice, warning, error, critical, alert, emergency
LOG_LEVEL=info


### ============ HYVOR CLOUD ============ ###

# Deployment type
Expand All @@ -54,13 +53,11 @@ COMMS_KEY=
# @deprecated. Migrate to DEPLOYMENT env
IS_CLOUD=true


### ============ DATABASE ============ ###

# PostgreSQL database is the single source of truth
DATABASE_URL=""


### ============ MAIL ============ ###

# Hyvor Relay configuration
Expand All @@ -84,7 +81,6 @@ NOTIFICATION_MAIL_REPLY_TO=
# If not set, if will fallback to RELAY_API_KEY
NOTIFICATION_RELAY_API_KEY=


### ============ FILE STORAGE ============ ###

# You can use any S3-compatibly storage like
Expand All @@ -97,14 +93,17 @@ S3_ACCESS_KEY_ID=key-id
S3_SECRET_ACCESS_KEY=access-key
S3_BUCKET=hyvor-post

### ============ INTEGRATIONS ============ ###

# Sentry-compatible DSN for error tracking
SENTRY_DSN=

### ============ SCALING ============ ###

# Set the number of workers to run
# Default is x2 CPUs
WORKERS=


### ============ DOCKER IMAGE ============ ###

# Defaults (do not change or add to docs):
Expand Down
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.env.dev.local
/.env.local.php
/.env.*.local
/.env.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
Expand Down
3 changes: 2 additions & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"twig/cssinliner-extra": "^3.21",
"twig/extra-bundle": "^3.21",
"symfony/dom-crawler": "7.4.*",
"zenstruck/messenger-monitor-bundle": "^0.6.0"
"zenstruck/messenger-monitor-bundle": "^0.6.0",
"sentry/sentry-symfony": "^5.9"
},
"bump-after-update": true,
"sort-packages": true,
Expand Down
Loading
Loading