mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:22:25 -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({
|
||||
port: 8080,
|
||||
host: "10.0.1.1",
|
||||
allowUnsafeHost: true, // FIXME: don't do that by default lol
|
||||
host: "localhost",
|
||||
entryFiles: entryFiles,
|
||||
basePath: __dirname,
|
||||
bundlePath: "bundle.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue