mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-26 04:02:12 +00:00
update test/envparsing.sh
Maps are currently not supported in environment variables. See also https://github.com/spf13/viper/issues/339
This commit is contained in:
parent
56204cc2f4
commit
d206cf8306
|
@ -190,6 +190,7 @@ EXPECT=$(cat << "EOF"
|
||||||
"tls-certificate-key": "",
|
"tls-certificate-key": "",
|
||||||
"tracing-enabled": false,
|
"tracing-enabled": false,
|
||||||
"tracing-endpoint": "localhost:4317",
|
"tracing-endpoint": "localhost:4317",
|
||||||
|
"tracing-headers": {},
|
||||||
"tracing-insecure-transport": true,
|
"tracing-insecure-transport": true,
|
||||||
"tracing-transport": "grpc",
|
"tracing-transport": "grpc",
|
||||||
"trusted-proxies": [
|
"trusted-proxies": [
|
||||||
|
|
Loading…
Reference in a new issue