summaryrefslogtreecommitdiff
path: root/config.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'config.rkt')
-rw-r--r--config.rkt9
1 files changed, 1 insertions, 8 deletions
diff --git a/config.rkt b/config.rkt
index 28b43ee..343b401 100644
--- a/config.rkt
+++ b/config.rkt
@@ -12,12 +12,5 @@
(define signin-key-time 3600)
(define session-time 3600)
-
(define site-title "Benji's Voting Site")
-
-(error "please fill out the email entries in config.rkt and then comment out this line")
-(define email-server "smtp.example.org")
-(define email-port 587)
-(define email-user "noreply@example.org")
-(define email-password "my super secret password")
-(define email-from "noreply@example.org")
+(require "email.rkt")