refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / docker / autoconfig.sh
index 7b35536cc11fb6a1f3d6bd0112ebf978b84e25ea..118159054402d2ed59987b162694723873ec0fae 100755 (executable)
@@ -8,7 +8,7 @@ then
   [ -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-aws/$emobility_server_type-$emobility_service_type-$emobility_landscape-idtags.json $emobility_install_dir/dist/assets/idtags.json
 else
   echo "no emobility env defined, start with default configuration"
 fi