Skip to content

Commit

Permalink
switch to ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 28, 2024
1 parent b5ea838 commit 7b72982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poker/config_default.ini
Expand Up @@ -7,4 +7,4 @@ control = Direct mouse control
table_scraper_name = Official Poker Stars
login = guest
password = guest
db = http://dickreuter.com:7777/
db = https://dickreuter.com:7778/
2 changes: 1 addition & 1 deletion poker/gui/ui/strategy_manager_form.ui
Expand Up @@ -526,7 +526,7 @@
<item row="0" column="0">
<widget class="QCheckBox" name="preflop_override">
<property name="text">
<string>Override with Pokersnowie table</string>
<string>Override with Expert-Strategy-Editor</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion website/src/views/config.tsx
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { useEffect, useState } from "react";

export const API_URL =
import.meta.env.VITE_REACT_APP_API_URL || "http://dickreuter.com:7777";
import.meta.env.VITE_REACT_APP_API_URL || "https://dickreuter.com:7778";

export const useDlLink = () => {
const [dlLink, setDlLink] = useState("");
Expand Down

0 comments on commit 7b72982

Please sign in to comment.