Skip to content

Commit c60dea5

Browse files
authored
Update config.lisp: use localhost as default
1 parent 8a1e180 commit c60dea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.lisp

Lines changed: 1 addition & 1 deletion
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* "bikelis.com" "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)