Skip to content

Commit e9295fe

Browse files
committed
chore: add local dsn and fix warnings/errors
1 parent 164a591 commit e9295fe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OPR_EXECUTOR_ENV=development
22
OPR_EXECUTOR_IMAGE_PULL=enabled
33
OPR_EXECUTOR_RUNTIMES=php-8.1,dart-2.18,deno-1.24,node-18.0,python-3.10,ruby-3.1,cpp-17,dotnet-6.0
4-
OPR_EXECUTOR_CONNECTION_STORAGE=
4+
OPR_EXECUTOR_CONNECTION_STORAGE=local://localhost
55
OPR_EXECUTOR_INACTIVE_THRESHOLD=60
66
OPR_EXECUTOR_MAINTENANCE_INTERVAL=60
77
OPR_EXECUTOR_NETWORK=executor_runtimes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"appwrite/php-runtimes": "0.19.*",
2424
"utopia-php/config": "^0.2.2",
2525
"utopia-php/console": "0.0.*",
26-
"utopia-php/dsn": "0.1.*",
26+
"utopia-php/dsn": "0.2.*",
2727
"utopia-php/fetch": "0.4.*",
2828
"utopia-php/framework": "0.34.*",
2929
"utopia-php/logger": "0.6.*",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)