aboutsummaryrefslogtreecommitdiff
path: root/data/databases.yml
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 08:51:01 +0200
committerMinteck <contact@minteck.org>2022-06-04 08:51:01 +0200
commit383285ecd5292bf9a825e05904955b937de84cc9 (patch)
tree0a53b6f02c1604b078044567c03dc1b6c944c8c2 /data/databases.yml
downloadequestriadb-383285ecd5292bf9a825e05904955b937de84cc9.tar.gz
equestriadb-383285ecd5292bf9a825e05904955b937de84cc9.tar.bz2
equestriadb-383285ecd5292bf9a825e05904955b937de84cc9.zip
Initial commit
Diffstat (limited to 'data/databases.yml')
-rw-r--r--data/databases.yml25
1 files changed, 25 insertions, 0 deletions
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