diff --git a/metobsapi/common_config.py b/metobsapi/common_config.py
index 7987531bb25ab060cbcf56c12aa4046755e37054..105c4cd3e564ade008b945a73c99b265bf258bcd 100644
--- a/metobsapi/common_config.py
+++ b/metobsapi/common_config.py
@@ -5,11 +5,11 @@ if "SECRET_KEY" not in globals():
     # Security: This is expected to be overwritten either via environment variable or sub-configuration
     SECRET_KEY = "secret!"  # noqa: S105
 
-ARCHIVE_ROOT = "/data1/cache"
+ARCHIVE_ROOT = "/data/cache"
 ARCHIVE_URL = "http://metobs.ssec.wisc.edu/pub/cache"
 
 # InfluxDB Settings
-INFLUXDB_HOST = "rain01"
+INFLUXDB_HOST = "rain03"
 INFLUXDB_PORT = 8086
 INFLUXDB_USER = "root"
 # Security: This is expected to be overwritten either via environment variable or sub-configuration