Corrected value type
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions

This commit is contained in:
netkas 2025-03-17 02:57:18 -04:00
parent 2be4d77cd7
commit 9974ed8a1b
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -63,7 +63,7 @@ services:
SB_INSTANCE_DNS_MOCK_TEAPOT: ${SB_INSTANCE_DNS_MOCK_TEAPOT:-"teapot.com v=socialbox;sb-rpc=http://teapot_socialbox:8085/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0"}
# UDP Logging, won't cause issues if the server is not available
# See https://github.com/nosial/LogLib2/blob/master/server.py for more information
LOGLIB_UDP_ENABLED: true
LOGLIB_UDP_ENABLED: 'true'
LOGLIB_UDP_HOST: 172.17.0.1
LOGLIB_UDP_PORT: 5131
healthcheck:
@ -173,7 +173,7 @@ services:
SB_INSTANCE_DNS_MOCK_TEAPOT: ${SB_INSTANCE_DNS_MOCK_TEAPOT:-"teapot.com v=socialbox;sb-rpc=http://teapot_socialbox:8085/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0"}
# UDP Logging, won't cause issues if the server is not available
# See https://github.com/nosial/LogLib2/blob/master/server.py for more information
LOGLIB_UDP_ENABLED: true
LOGLIB_UDP_ENABLED: 'true'
LOGLIB_UDP_HOST: 172.17.0.1
LOGLIB_UDP_PORT: 5131
healthcheck: