Skip to content
Merged
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
7 changes: 3 additions & 4 deletions backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ GO_HOST=

# Cloud-only (do not add to docs):
# ===================
# The auth method: "hyvor" or "oidc"
AUTH_METHOD=oidc
DEPLOYMENT=on-prem # on-prem or cloud
# The hosting type: "cloud" or "self". Self-hosting removes some features like HYVOR authentication, updates, etc.
HOSTING=self
HOSTING=cloud

# Defaults (do not change or add to docs):
# ===================
APP_RUNTIME="Runtime\FrankenPhpSymfony\Runtime"
APP_RUNTIME="Runtime\FrankenPhpSymfony\Runtime"
6 changes: 3 additions & 3 deletions backend/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ DATABASE_URL="postgresql://postgres:postgres@hyvor-service-pgsql:5432/hyvor_rela
URL=https://relay.hyvor.localhost
HOST_HOSTNAME=hyvor-relay-orion

AUTH_METHOD=hyvor
HYVOR_INSTANCE=https://hyvor.localhost
HYVOR_PRIVATE_INSTANCE=http://hyvor-core-backend
HYVOR_FAKE=1
HYVOR_PRIVATE_INSTANCE=http://hyvor.internal
COMMS_KEY=BXnQt5EOIT3NwHYvJ0diIa+6iK1YeVTjQfz6XVSFHFg=
HYVOR_FAKE=0

GO_HOST=hyvor-relay-worker
30 changes: 15 additions & 15 deletions backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"ext-openssl": "*",
"ext-pdo_pgsql": "*",
"doctrine/dbal": "^3.10.4",
"doctrine/doctrine-bundle": "^2.18.1",
"doctrine/doctrine-bundle": "^2.18.2",
"doctrine/doctrine-migrations-bundle": "^3.7.0",
"doctrine/orm": "^3.5.8",
"doctrine/orm": "^3.6.2",
"egulias/email-validator": "^4.0.4",
"hyvor/internal": "^3.1.17",
"hyvor/internal": "^4.0.4",
"mlocati/spf-lib": "^3.3",
"phpdocumentor/reflection-docblock": "^5.6.5",
"phpdocumentor/reflection-docblock": "^5.6.6",
"phpmailer/phpmailer": "^6.12",
"phpstan/phpdoc-parser": "^2.3",
"phpstan/phpdoc-parser": "^2.3.2",
"promphp/prometheus_client_php": "^2.14.1",
"runtime/frankenphp-symfony": "^0.2.0",
"symfony/console": "7.3.*",
Expand All @@ -28,15 +28,15 @@
"symfony/flex": "^2.10.0",
"symfony/framework-bundle": "7.3.*",
"symfony/lock": "7.3.*",
"symfony/messenger": "7.3.*",
"symfony/messenger": "7.4.*",
"symfony/mime": "7.3.*",
"symfony/monolog-bundle": "^3.11",
"symfony/monolog-bundle": "^3.11.1",
"symfony/process": "7.3.*",
"symfony/property-access": "7.3.*",
"symfony/property-info": "7.3.*",
"symfony/rate-limiter": "7.3.*",
"symfony/runtime": "7.3.*",
"symfony/scheduler": "7.3.*",
"symfony/scheduler": "7.4.*",
"symfony/serializer": "7.3.*",
"symfony/uid": "7.3.*",
"symfony/yaml": "7.3.*"
Expand Down Expand Up @@ -82,18 +82,18 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.3.*",
"require": "7.4.*",
"docker": false
}
},
"require-dev": {
"dama/doctrine-test-bundle": "^8.4",
"phpstan/phpstan": "^2.1.32",
"phpunit/phpunit": "^12.4.4",
"dama/doctrine-test-bundle": "^8.6",
"phpstan/phpstan": "^2.1.38",
"phpunit/phpunit": "^12.5.9",
"symfony/browser-kit": "7.3.*",
"symfony/css-selector": "7.3.*",
"symfony/maker-bundle": "^1.65",
"zenstruck/foundry": "^2.8.0",
"zenstruck/messenger-test": "^1.12.0"
"symfony/maker-bundle": "^1.65.1",
"zenstruck/foundry": "^2.9.0",
"zenstruck/messenger-test": "^1.13.0"
}
}
Loading
Loading