summaryrefslogtreecommitdiff
path: root/dev/run
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run')
-rwxr-xr-xdev/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/run b/dev/run
index 8af3ac416..36267ce13 100755
--- a/dev/run
+++ b/dev/run
@@ -188,7 +188,8 @@ def setup_configs(ctx):
"cluster_port": cluster_port,
"backend_port": backend_port,
"fauxton_root": fauxton_root,
- "uuid": "fake_uuid_for_dev"
+ "uuid": "fake_uuid_for_dev",
+ "_default": ""
}
write_config(ctx, node, env)