]> Untitled Git - lemmy.git/blobdiff - api_tests/run-federation-test.sh
Update Dockerfile to run process as non-privileged user. (#3709)
[lemmy.git] / api_tests / run-federation-test.sh
index ed4bba4167f9e8c90ba10137cba7e4da40a29ded..abced2ad6c7f95e73786625b68f148d2bc549042 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432
-
+export LEMMY_SYNCHRONOUS_FEDERATION=1 # currently this is true in debug by default, but still.
 pushd ..
 cargo build
 rm target/lemmy_server || true