diff --git a/libs/configuration.js b/libs/configuration.js
index 33fa1b66fc60dc819a8a9df123004074509cd851..5e98b4611dd419a4de67aa50daa32b98ae62ddf0 100644
--- a/libs/configuration.js
+++ b/libs/configuration.js
@@ -80,8 +80,8 @@ g_configs.beta.hostname = 'diresworb.org';
 
 // development (dev.diresworb.org) the only difference from production 
 // is, again, the hostname
-g_configs.dev = JSON.parse(JSON.stringify(g_configs.production));
-g_configs.dev.hostname = 'dev.diresworb.org';
+g_configs.development = JSON.parse(JSON.stringify(g_configs.production));
+g_configs.development.hostname = 'dev.diresworb.org';
 
 // local development configuration
 g_configs.local =  {