diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/.DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | data/databases.yml | 25 |
2 files changed, 25 insertions, 0 deletions
diff --git a/data/.DS_Store b/data/.DS_Store Binary files differnew file mode 100644 index 0000000..0134de2 --- /dev/null +++ b/data/.DS_Store diff --git a/data/databases.yml b/data/databases.yml new file mode 100644 index 0000000..0544709 --- /dev/null +++ b/data/databases.yml @@ -0,0 +1,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
\ No newline at end of file |