diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-12 22:58:23 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-12 22:58:23 +0530 |
commit | 462c7ddc70f7c4da9515298439246f3b40b244f5 (patch) | |
tree | cbb11e717a3f3ffb63fb7e802429adbbba596510 /config.yaml | |
parent | 60e1092dbcfacb28b30d052b0f73d2249cd63a9d (diff) | |
download | legit-462c7ddc70f7c4da9515298439246f3b40b244f5.tar.gz legit-462c7ddc70f7c4da9515298439246f3b40b244f5.tar.bz2 legit-462c7ddc70f7c4da9515298439246f3b40b244f5.zip |
config: server host and port
Diffstat (limited to '')
-rw-r--r-- | config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 2381bf0..f684779 100644 --- a/config.yaml +++ b/config.yaml @@ -10,3 +10,6 @@ template: meta: title: git good description: i think it's a skill issue +server: + host: 127.0.0.1 + port: 5555 |