ls -la config/config.json
Is the file owned by the same user the process platform is using to run?
Perhaps you are running it with an unprivileged user while the config.json file is owned by root which would not let you change the file itself.
ls -la config/config.json
Is the file owned by the same user the process platform is using to run?
Perhaps you are running it with an unprivileged user while the config.json file is owned by root which would not let you change the file itself.