diff --git a/fly.toml b/fly.toml
index 6e1e4e9..80f7446 100644
--- a/fly.toml
+++ b/fly.toml
@@ -21,3 +21,7 @@ primary_region = 'sjc'
cpu_kind = 'shared'
cpus = 1
memory_mb = 256
+
+[env]
+ DATABASE_URL = ':memory:'
+ SENTRY_ENV = 'fly.io'