Skip to content

Commit

Permalink
acebase main.js update for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghoon committed Dec 4, 2023
1 parent b793593 commit e100801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acebase/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const https = process.env.DB_HTTPS ? process.env.DB_HTTPS : false; // DB PORT
const provider = process.env.PROVIDER ? process.env.PROVIDER : "github"; // DB PORT
const gitlab = process.env.GITLAB ? process.env.GITLAB : null; // DB PORT
const server = new AceBaseServer(dbname, {
host: host,
port: dbport,
host: "0.0.0.0",
port: 5757,
storage: {
path: "/acebase"
},
Expand Down

0 comments on commit e100801

Please sign in to comment.