Skip to content

Commit

Permalink
Set lisp-chat/config:*host* to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix authored Nov 7, 2020
1 parent b671598 commit 7ac9b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
(in-package :lisp-chat/config)

(defparameter *debug* t "Run application in debug mode with extra info in terminal")
(defparameter *host* "server.lerax.me" "Host used in server and client")
(defparameter *host* "localhost" "Host used in server and client")
(defparameter *port* 5558 "Default port")

0 comments on commit 7ac9b93

Please sign in to comment.