21700: Install Bundler system-wide in Rails postinst
[arvados.git] / tools / salt-install / local.params.example.single_host_single_hostname
index ab0ee1be1bc3b55b482cc6ef39af23b153f63c34..33be542a15758952bb3be5e607942a3b515154e6 100644 (file)
@@ -86,6 +86,12 @@ KEEP_INT_IP=""
 KEEPSTORE0_INT_IP=""
 SHELL_INT_IP=""
 
+DATABASE_NAME="${CLUSTER}_arvados"
+DATABASE_USER="${CLUSTER}_arvados"
+# Set these if using an external PostgreSQL service.
+#DATABASE_EXTERNAL_SERVICE_HOST_OR_IP=
+#DATABASE_POSTGRESQL_VERSION=
+
 # The directory to check for the config files (pillars, states) you want to use.
 # There are a few examples under 'config_examples'.
 # CONFIG_DIR="local_config_dir"