diff --git a/config/aws.json b/config/aws.json
new file mode 100644
index 0000000000000000000000000000000000000000..edebd36f2e530c5ee1f3784f88a290c2163d41a9
--- /dev/null
+++ b/config/aws.json
@@ -0,0 +1,41 @@
+{
+  "env": "production",
+  "bind_to": {
+    "host": "127.0.0.1"
+  },
+  "use_minified_resources": true,
+  "database": {
+    "driver": "mysql",
+    "user": "browserid",
+    "name": "browserid",
+    "create_schema": true
+  },
+  "statsd": {
+    "enabled": false
+  },
+  "bcrypt_work_factor": 12,
+  "max_compute_processes": null,
+  "max_compute_duration": 10,
+  "disable_primary_support": false,
+  "enable_code_version": false,
+  "default_lang": [
+    "en-US"
+  ],
+  "locale_directory": "/home/app/code/locale",
+  "express_log_format": "default",
+  "email_to_console": false,
+  "var_path": "/home/app/var",
+
+  "verifier": { "bind_to": { "port": 10000 } },
+  "verifier_url": "http://127.0.0.1:10000",
+  "keysigner": { "bind_to": { "port": 10003 } },
+  "keysigner_url": "http://127.0.0.1:10003",
+  "dbwriter": { "bind_to": { "port": 10004 } },
+  "dbwriter_url": "http://127.0.0.1:10004",
+  "proxy": { "bind_to": { "port": 10006 } },
+  "http_proxy": {
+    "host": "127.0.0.1",
+    "port": 10006
+  },
+  "browserid": { "bind_to": { "port": 8080 } }
+}
diff --git a/config/local.json b/config/local.json
index 82aefccb452a01096ceae22aae71b26b7626deff..d8726dfff310eae2d0ec7f58f8f76a5429a6dad9 100644
--- a/config/local.json
+++ b/config/local.json
@@ -1,13 +1,9 @@
 {
-  "verifier": { "bind_to": { "port": 10000 } }, 
-  "keysigner": { "bind_to": { "port": 10003 } }, 
-  "dbwriter": { "bind_to": { "port": 10004 } }, 
-  "proxy": { "bind_to": { "port": 10006 } }, 
-  "browserid": {
-    "bind_to": {
-      "port": 10002
-    }
-  },
+  "verifier": { "bind_to": { "port": 10000 } },
+  "keysigner": { "bind_to": { "port": 10003 } },
+  "dbwriter": { "bind_to": { "port": 10004 } },
+  "proxy": { "bind_to": { "port": 10006 } },
+  "browserid": { "bind_to": { "port": 10002 } },
   "use_minified_resources": false,
   "database": {
     "driver": "json"