forked from mtgred/netrunner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.edn
More file actions
21 lines (21 loc) · 713 Bytes
/
dev.edn
File metadata and controls
21 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; Copy this file as "config.edn" and edit it to change local settings. Do not commit that file.
{:trello-auth
{:key nil
:token nil
:list-id nil}
:db {:address "localhost"
:port 27017
:name "netrunner"}
:auth {:expiration 60
:secret "Dev salt"
:cookie {:http-only true
:max-age 5184000 ; 60 days
}}
:chat {:max-length 144
:rate-window 60 ;; sliding window size in seconds
:rate-cnt 10} ;; number of messages allowed in the sliding window
:web {:port 1042}
:email {:host nil
:user nil
:pass nil
:ssl nil}}