Skip to content
Snippets Groups Projects
Commit 2442ab64 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix(config): Fix settings for g1-test (reduce min peer at startup to 2).

fix(build): Build will now generate a `config-test.js` with the G1-test configuration
parent adc9f85d
No related branches found
No related tags found
No related merge requests found
Pipeline #33051 failed
...@@ -22,8 +22,9 @@ ln -s "$CESIUM_G1_TEST/nw/nw" /usr/bin/cesium-g1-test ...@@ -22,8 +22,9 @@ ln -s "$CESIUM_G1_TEST/nw/nw" /usr/bin/cesium-g1-test
# Change title of Cesium test # Change title of Cesium test
sed -i 's/Cesium/Cesium Ğ1-Test/g' splash.html sed -i 's/Cesium/Cesium Ğ1-Test/g' splash.html
sed -i 's/Cesium/Cesium Ğ1-Test/g' cesium/index.html sed -i 's/Cesium/Cesium Ğ1-Test/g' cesium/index.html
sed -i 's/g1.duniter/g1-test.duniter/g' cesium/config.js #sed -i 's/config\.js/config-test.js/g' cesium/index.html
sed -i 's/g1.data/g1-test.data/g' cesium/config.js sed -i 's/g1\.duniter/g1-test.duniter/g' cesium/config.js
sed -i 's/g1\.data/g1-test.data/g' cesium/config.js
sed -i 's/"g1"/"g1-test"/g' cesium-desktop.js sed -i 's/"g1"/"g1-test"/g' cesium-desktop.js
sed -i 's/.config\/cesium\//.config\/cesium-g1-test\//g' cesium-desktop.js sed -i 's/.config\/cesium\//.config\/cesium-g1-test\//g' cesium-desktop.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment