aboutsummaryrefslogtreecommitdiff
path: root/src/setup.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-15 02:25:59 +0000
committerFuwn <[email protected]>2022-01-15 02:25:59 +0000
commitf08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch)
tree7d7494b1c41a81e736267fceebbfe99410c6b15d /src/setup.js
parentMerge branch 'master' of github.com:WeebDev/lolisafe (diff)
downloadhost.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz
host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip
chore: chibisafe -> Hostess
Diffstat (limited to 'src/setup.js')
-rw-r--r--src/setup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.js b/src/setup.js
index 997a251..a38bf52 100644
--- a/src/setup.js
+++ b/src/setup.js
@@ -15,12 +15,12 @@ async function start() {
const wizard = [
{
type: 'input',
- query: 'Full domain this instance is gonna be running on (Ex: https://my-super-chibisafe.xyz):',
+ query: 'Full domain this instance is gonna be running on (Ex: https://hostess.fuwn.me):',
handle: 'DOMAIN'
},
{
type: 'input',
- query: 'Port to run chibisafe in? (default: 5000)',
+ query: 'Port to run Hostess in? (default: 5000)',
handle: 'SERVER_PORT'
},
{