Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

DB_ ENV Vars do not override .cfg #71

@mt1976

Description

@mt1976

2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Estimation Engine
2023/02/17 15:17:53 ------------------------------------------------------------
2023/02/17 15:17:53 Information : Initialising...
2023/02/17 15:17:53 Information : Connecting to application databases...
2023/02/17 15:17:53 Connecting : 192.168.0.101\SQLEXPRESS EST
2023/02/17 15:18:08 Error : Connection attempt with masterserver=192.168.0.101\SQLEXPRESS;user id=protogenx;password=6LmYqp&*CBzo@s;port=1433;database=master; failed: unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
2023/02/17 15:18:08 unable to get instances from Sql Server Browser on host 192.168.0.101: read udp 194.128.145.39:54100->192.168.0.101:1434: i/o timeout
exit status 1

C:\Dev\GitHub\ebEstimates>


@echo off
rem Starts the server
rem
set STARTER_APP=./...
set STARTER_PATH=C:\Dev\GitHub\ebEstimates
rem set APP_PORT=5050
set DB_SERVER=localhost
rem set DB_PORT=1433
set DB_USER=ebEstimates
set DB_PASSWORD=6LmYqp&*CBzo@s
set DB_DATABASE=EST_ALPHA
set STARTER_NAME=EB Estimates Server
title %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cls
echo %STARTER_NAME% - %STARTER_APP% - %STARTER_PATH% - %APP_PORT%
cd %STARTER_PATH%
go version
go run %STARTER_APP%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions