Skip to content

Commit

Permalink
index.html variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghoon committed Dec 4, 2023
1 parent 4795b59 commit c066a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@
<script>
if(window.MODE == "onprem") {
window.$acebase = new AceBaseClient({
host: "localhost",
port: 5757,
host: window.DB_HOST,
port: window.DB_PORT,
dbname: "mydb",
https: false,
https: window.DB_HTTPS,
});
window.$acebase.ready(() => {
console.log("Connected successfully");
Expand Down

0 comments on commit c066a37

Please sign in to comment.