We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f01cbd commit 64e51b5Copy full SHA for 64e51b5
deployment/generate-sources.sh
@@ -165,7 +165,7 @@ cat "$SOURCES_FILE"
165
166
echo ""
167
echo "Generated nginx configuration:"
168
-cat $NGINX_CONFIG | sed -E 's/(Basic|Bearer) [A-Za-z0-9+\/=]+/\1 \*\*\*/g'
+cat $NGINX_CONFIG | sed -E 's/(Basic|Bearer) [A-Za-z0-9+_\/=]+/\1 \*\*\*/g'
169
170
171
echo "✅ Sources generated!"
0 commit comments