pastoralist/test-config.edn

9 lines
359 B
Clojure

;; WARNING
;; The test-config.edn file is used for local environment variables, such as database credentials.
;; This file is listed in .gitignore and will be excluded from version control by Git.
{:port 3000
; set your test database connection URL here
; :database-url "postgresql://localhost/pastoralist_test?user=simon&password=db_user_password_here"
}