aboutsummaryrefslogtreecommitdiff
path: root/data/databases.yml
blob: 2590589a1f1aa882ee8d71df24fb7da7165d535e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
#  _____                      _        _       ____  ____
# | ____|__ _ _   _  ___  ___| |_ _ __(_) __ _|  _ \| __ )
# |  _| / _` | | | |/ _ \/ __| __| '__| |/ _` | | | |  _ \
# | |__| (_| | |_| |  __/\__ \ |_| |  | | (_| | |_| | |_) |
# |_____\__, |\__,_|\___||___/\__|_|  |_|\__,_|____/|____/
#          |_|
#
# Databases Configuration File
#
# Note: when you remove a database entry from this file,
# the corresponding data is NOT deleted. If you add the
# entry again, all the data will still be present as before.

# Add an entry for every database you want to have:
neutron:
  # Whether the database should be immutable (read-only) or not
  # If enabled, all 'delete' and 'write' commands will be
  # rejected.
  immutable: true

  # You can add one or multiple access tokens; make sure all
  # the access tokens are unique across all databases.
  # If multiple databases have the same access token, only the
  # first one will be used.
  access_tokens:
    - password