We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b671598 commit 7ac9b93Copy full SHA for 7ac9b93
src/config.lisp
@@ -10,5 +10,5 @@
10
(in-package :lisp-chat/config)
11
12
(defparameter *debug* t "Run application in debug mode with extra info in terminal")
13
-(defparameter *host* "server.lerax.me" "Host used in server and client")
+(defparameter *host* "localhost" "Host used in server and client")
14
(defparameter *port* 5558 "Default port")
0 commit comments