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

DB_ ENV Vars do not override .cfg #71

Open
mt1976 opened this issue Feb 17, 2023 · 0 comments
Open

DB_ ENV Vars do not override .cfg #71

mt1976 opened this issue Feb 17, 2023 · 0 comments

Comments

@mt1976
Copy link
Owner

mt1976 commented Feb 17, 2023

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%

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant