Can I somehow configure latitude and longitude at runtime?

Every time I add a node that needs a latitude or longitude I have to fill it in. I know it's not a big deal but is there a way to configure the latitude/longitude so it can be auto-filled whenever possible? I'm using docker.

Maybe in an environment variable in the docker container or in the settings.js file?

You can use the $(env_var) syntax to set properties but you would still need to type them into the nodes once.