Skip to content

Commit

Permalink
feat: changes in the base api url
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 3, 2024
1 parent 07a64bc commit 3c881ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADMIN_PASSWORD = data.get('ADMIN_PASSWORD', "password")
#This is specific to you module, so you need to change it accordingly.
HOST = data.get('host')
chibi = {
"BASE_API_URL": f'https://{HOST}:8000',
"BASE_API_URL": f'https://{HOST}',
"BASE_URL": "https://"+HOST,
"ADMIN_PASSWORD": ADMIN_PASSWORD
}
Expand Down

0 comments on commit 3c881ea

Please sign in to comment.