Skip to content

Commit 7ac9b93

Browse files
authored
Set lisp-chat/config:*host* to localhost
1 parent b671598 commit 7ac9b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
(in-package :lisp-chat/config)
1111

1212
(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")
13+
(defparameter *host* "localhost" "Host used in server and client")
1414
(defparameter *port* 5558 "Default port")

0 commit comments

Comments
 (0)