mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-26 22:04:39 +02:00
add login with google and change
This commit is contained in:
parent
10d4cff4a4
commit
d8ed8ce2ce
25 changed files with 1946 additions and 468 deletions
|
@ -23,7 +23,7 @@ logging.basicConfig(level=logging.INFO)
|
|||
|
||||
log = logging.getLogger("updater")
|
||||
log.setLevel(logging.INFO)
|
||||
API_URL="http://host.docker.internal:8181"
|
||||
API_URL="http://192.168.1.26:8181"
|
||||
Config_File="/conf/server-conf.json"
|
||||
Version_File="/usr/share/nginx/html/version.json"
|
||||
# Example usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue