# \#koyo

**URL:** https://racket.discourse.group/tag/koyo/120.md

[Latest](https://racket.discourse.group/latest.md) · [Categories](https://racket.discourse.group/categories.md) · [Tags](https://racket.discourse.group/tags.md)

---

## [Setting the koyo port](https://racket.discourse.group/t/setting-the-koyo-port/1103)

<div class="topic-metadata">

**Author:** [@robertpostill](https://racket.discourse.group/u/robertpostill)\
**Replies:** 4\
**Last updated:** [July 1, 2022, 6:14am UTC](https://racket.discourse.group/t/setting-the-koyo-port/1103 "2022-07-01T06:14:31Z")

</div>

I have a couple of forms in my config.rkt that I believe set the IP and port of the racket web server: (define-option http-host #:default "127.0.0.1") (define-option http-port #:default (or (getenv "PORT") "8000") (st…

---

## [Koyo - getting started](https://racket.discourse.group/t/koyo-getting-started/1088)

<div class="topic-metadata">

**Author:** [@robertpostill](https://racket.discourse.group/u/robertpostill)\
**Replies:** 4\
**Last updated:** [June 21, 2022, 6:21am UTC](https://racket.discourse.group/t/koyo-getting-started/1088 "2022-06-21T06:21:17Z")

</div>

I'm having a go at my first koyo project. So far I've got an app up and running with a raco koyo console using the default credentials. I'm now attempting to get koyo to use the .env file for configuration. In the doc…
