tweak uuid generators - use last N digits instead of first N
[arvados.git] / config / environments / development.rb
index e36350747874ef7412354914b75bae5192cb8424..39f7d2935d2bd70afaff9d209a8ee689bc6670eb 100644 (file)
@@ -30,5 +30,12 @@ Server::Application.configure do
 
   config.force_ssl = false
 
-  config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
+  # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
+
+  # config.compute_node_domain = `hostname --domain`.strip
+
+  # config.compute_node_nameservers = ['1.2.3.4', '1.2.3.5']
+  config.compute_node_nameservers = ['192.168.201.3']
+
+  config.uuid_prefix('development@' + `hostname`.strip)
 end