Skip to content
Snippets Groups Projects
Commit c34603c7 authored by Odin Aas's avatar Odin Aas :cry:
Browse files

Merge branch 'main' into 'dev-branch'

Main

See merge request !67
parents c66480c2 1ec17964
No related branches found
No related tags found
2 merge requests!71Dev branch,!67Main
Pipeline #26062 passed
......@@ -70,6 +70,7 @@ func Init() {
if err != nil {
log.Fatal(err.Error())
return
}
cfg.Passwd = os.Getenv("DB_PASS")
cfg.Addr = os.Getenv("DB_PATH")
......
{
"prod":{
"VITE_IAPI_URL": "https://powertracker.public.skyhigh.iik.ntnu.no:9091",
"VITE_IAPI_URL": "https://powertracker.public.skyhigh.iik.ntnu.no:9090",
"VITE_EAPI_URL": "https://powertracker.public.skyhigh.iik.ntnu.no:9091"
},
......
{
"prod":{
"VITE_IAPI_URL": "http://129.241.150.176:9090",
"VITE_EAPI_URL": "http://129.241.150.176:9091"
"VITE_IAPI_URL": "https://powertracker.public.skyhigh.iik.ntnu.no:9090",
"VITE_EAPI_URL": "https://powertracker.public.skyhigh.iik.ntnu.no:9091"
},
"server":{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment