X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fautoconfig.sh;h=24973efcee5b31cfec90f402cd5e9dc3a2089756;hb=9de7e051c7cb27ef9b1485ecbd80d9376e80ee87;hp=7b35536cc11fb6a1f3d6bd0112ebf978b84e25ea;hpb=67623aa62669b072125219bb51cb46321a7342a9;p=e-mobility-charging-stations-simulator.git diff --git a/docker/autoconfig.sh b/docker/autoconfig.sh index 7b35536c..24973efc 100755 --- a/docker/autoconfig.sh +++ b/docker/autoconfig.sh @@ -7,8 +7,9 @@ then [ -z $emobility_server_type ] && { echo "emobility env server type variable not found, exiting"; exit 1; } [ -z $emobility_service_type ] && { echo "emobility env service type variable not found, exiting"; exit 1; } - cp $emobility_install_dir/dist/assets/configs-aws/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/dist/assets/config.json - cp $emobility_install_dir/dist/assets/configs-aws/$emobility_server_type-$emobility_service_type-$emobility_landscape-tags.json $emobility_install_dir/dist/assets/authorization-tags.json + cp $emobility_install_dir/dist/assets/configs-docker/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/dist/assets/config.json + cp $emobility_install_dir/dist/assets/configs-docker/$emobility_server_type-$emobility_service_type-$emobility_landscape-idtags.json $emobility_install_dir/dist/assets/idtags.json + cp $emobility_install_dir/dist/assets/configs-docker/$emobility_server_type-$emobility_service_type-$emobility_landscape-webui.json $emobility_install_dir/ui/web/public/config.json else echo "no emobility env defined, start with default configuration" fi