aboutsummaryrefslogtreecommitdiffstats
path: root/diesel.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-03-04 15:06:54 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-03-04 15:06:54 +0100
commitf93ff38767e23602108f86992c453f7973dd8bd0 (patch)
tree78cd8d2784e494d81f341983fffa73e9e845479f /diesel.toml
parent59a44cd2629b424aa2723ba9f502bd7e455c6a1b (diff)
downloadramaskrik-social-f93ff38767e23602108f86992c453f7973dd8bd0.tar.gz
ramaskrik-social-f93ff38767e23602108f86992c453f7973dd8bd0.tar.bz2
ramaskrik-social-f93ff38767e23602108f86992c453f7973dd8bd0.zip
Set up database and connection pool with rocket_contrib::databases.
Set the env var DATABASE_URL before running the server. A .env file in the root of the project is also supported.
Diffstat (limited to 'diesel.toml')
-rw-r--r--diesel.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/diesel.toml b/diesel.toml
new file mode 100644
index 0000000..92267c8
--- /dev/null
+++ b/diesel.toml
@@ -0,0 +1,5 @@
+# For documentation on how to configure this file,
+# see diesel.rs/guides/configuring-diesel-cli
+
+[print_schema]
+file = "src/schema.rs"