diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-18 00:40:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-18 00:40:59 +0700 |
| commit | 51d14a2686c8ec0dbd876312dd76eec54df0d617 (patch) | |
| tree | 80b186f4ae0f002a72391cbdb6f5e7d47b59ca76 /kamusd.go | |
| parent | bea7551fd914534c4f3a49fbb980cc23b559f155 (diff) | |
| download | kamusku-51d14a2686c8ec0dbd876312dd76eec54df0d617.tar.xz | |
all: move the deployment to VPS
Using AppEngine is not flexible and hard to debug.
For example, if we changes the dependecies on module "pakakeh.go"
there is no way to deploy it manually without pusing new commit to
"pakakeh.go" and update the go.mod manually.
Diffstat (limited to 'kamusd.go')
| -rw-r--r-- | kamusd.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ import ( ) const ( - defListen = ":3394" - defServerAPI = "https://kamuskubot.df.r.appspot.com" + defListen = `127.0.0.1:3394` + defServerAPI = `https://kamusku.kilabit.info` defTimeout = 20 * time.Second envPort = "PORT" |
