We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e180 commit c60dea5Copy full SHA for c60dea5
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* "bikelis.com" "Host used in server and client")
+(defparameter *host* "localhost" "Host used in server and client")
14
(defparameter *port* 5558 "Default port")
0 commit comments