6 changed files with 28 additions and 18 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
# starts the app in :dev mode
|
||||
run: |
||||
lein run dev |
||||
@DEVMODE=1 lein run |
||||
|
||||
server: |
||||
redis-server & |
||||
|
||||
@ -1,3 +1,4 @@
@@ -1,3 +1,4 @@
|
||||
max-title-length = 40 |
||||
domain = http://notehub.org |
||||
prod-domain = http://notehub.org |
||||
dev-domain = http://localhost:8080 |
||||
db-url = http://localhost:6379 |
||||
|
||||
Loading…
Reference in new issue