### Example single-node cluster configuration ### # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # # You can use this file as a baseline for a simple single-node Arvados # cluster like you would install with `simple-cluster-inventory.yml`. # To use this configuration, you MUST: # * Change the cluster ID `xurid` to your own ID. # Choose a cluster ID with exactly five lowercase alphanumerics. # Make sure you update the references under `PostgreSQL` and `Volumes` too. # * Change each of `ManagementToken`, `SystemRootToken`, `BlobSigningKey`, # and `PostgreSQL.Connection.password` to a unique, strong password. # Tokens can only contain alphanumerics. You can generate one by running: # tr -dc A-Za-z0-9