mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 09:02:26 -05:00
default to localhost
This commit is contained in:
parent
88064ad56b
commit
03bbe2a3d0
1 changed files with 1 additions and 2 deletions
|
|
@ -96,8 +96,7 @@ fs.readdirSync(path.join(__dirname, "./css")).forEach((file) => {
|
||||||
|
|
||||||
budoExpress({
|
budoExpress({
|
||||||
port: 8080,
|
port: 8080,
|
||||||
host: "10.0.1.1",
|
host: "localhost",
|
||||||
allowUnsafeHost: true, // FIXME: don't do that by default lol
|
|
||||||
entryFiles: entryFiles,
|
entryFiles: entryFiles,
|
||||||
basePath: __dirname,
|
basePath: __dirname,
|
||||||
bundlePath: "bundle.js",
|
bundlePath: "bundle.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue