| Line 7... |
Line 7... |
| 7 |
Dim TNS_NAME, DB_AUTHENTICATION
|
7 |
Dim TNS_NAME, DB_AUTHENTICATION
|
| 8 |
' -- Database Connections -----------------------------
|
8 |
' -- Database Connections -----------------------------
|
| 9 |
Const APPLICATION_ID = 2 ' Stored in Deployment Manager, [APPLICATIONS] table
|
9 |
Const APPLICATION_ID = 2 ' Stored in Deployment Manager, [APPLICATIONS] table
|
| 10 |
TNS_NAME = Application("TNS_NAME") ' Database to use
|
10 |
TNS_NAME = Application("TNS_NAME") ' Database to use
|
| 11 |
DB_AUTHENTICATION = Application("RELEASE_MANAGER_LOGIN") ' Database credentials
|
11 |
DB_AUTHENTICATION = Application("RELEASE_MANAGER_LOGIN") ' Database credentials
|
| 12 |
Const DOCREP_conn = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
|
12 |
Const DOCREP_conn = "Provider=sqloledb;Data Source=auawsadbs006;Initial Catalog=master;User Id=release_manager;Password=release_manager"
|
| 13 |
Const DOC_FOLDER = "doc"
|
13 |
Const DOC_FOLDER = "doc"
|
| 14 |
Const TEMP_FOLDER = "temp"
|
14 |
Const TEMP_FOLDER = "temp"
|
| 15 |
Const SCRIPTS_FOLDER = "scripts"
|
15 |
Const SCRIPTS_FOLDER = "scripts"
|
| 16 |
Const DOC_REPOSITORY_URL = "http://edms/docRegister/"
|
16 |
Const DOC_REPOSITORY_URL = "http://edms/"
|
| 17 |
Const adminEmail = "VixIT@vixtechnology.com"
|
17 |
Const adminEmail = "VixIT@vixtechnology.com"
|
| 18 |
Const ADMIN_EMAIL = "VixIT@vixtechnology.com"
|
18 |
Const ADMIN_EMAIL = "VixIT@vixtechnology.com"
|
| 19 |
Const JIRA_URL = "http://cloudajir01.vix.local:8080"
|
19 |
Const JIRA_URL = "http://cloudajir01.vix.local:8080"
|
| 20 |
Const JIRA_CREDENTAILS = "ReleaseManager:r3l3@se4J!r@"
|
20 |
Const JIRA_CREDENTAILS = "ReleaseManager:r3l3@se4J!r@"
|
| 21 |
Dim aPRODUCT_OS_BUILD_TYPES
|
21 |
Dim aPRODUCT_OS_BUILD_TYPES
|