blob: 05447093ed1dc0af040e4eaf7b5884f12f782ff3 (
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
|
# __ ____ ____
# \ \ ____ ____ __ _____ _____/ __ \/ __ )
# \ \/ __ \/ __ `/ | /| / / _ \/ ___/ / / / __ |
# / / /_/ / /_/ /| |/ |/ / __/ / / /_/ / /_/ /
# /_/ .___/\__,_/ |__/|__/\___/_/ /_____/_____/_____
# /_/ /_____/
#
# 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:
# You can set a quota, or use -1 to not set a quota
node_quota: -1 # Either for nodes (every entry is a node)
storage_quota: 10000 # Or for storage (in kilobytes)
# 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
|