FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
utPLSQL/.github/variables/.env at develop · utPLSQL/utPLSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
utPLSQL
/
utPLSQL
Public
Notifications
You must be signed in to change notification settings
Fork
189
Star
622
Code
Issues
12
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
utPLSQL
/
.github
/
variables
/
.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (23 loc) · 946 Bytes
Breadcrumbs
utPLSQL
/
.github
/
variables
/
.env
Copy path
File metadata and controls
27 lines (23 loc) · 946 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
utPLSQL install env
UT3_DEVELOP_SCHEMA
=
UT3_DEVELOP
UT3_DEVELOP_SCHEMA_PASSWORD
=
ut3
UT3_RELEASE_VERSION_SCHEMA
=
UT3
UT3_RELEASE_VERSION_SCHEMA_PASSWORD
=
ut3
UT3_TABLESPACE
=
users
#
Database Env
SQLCLI
=
"
sqlplus
"
OJDBC_HOME
=
ojdbc
OJDBC_URL
=
"
https://download.oracle.com/otn-pub/otn_software/jdbc/213
"
ORACLE_PWD
=
"
oracle
"
TZ
=
"
Europe/London
"
#
Build env
UTPLSQL_CLI_VERSION
=
"
3.1.8
"
UTPLSQL_DIR
=
"
utPLSQL_latest_release
"
UTPLSQL_BUILD_NO_OFFSET
=
3563
#
Git configuration
GIT_AUTHOR_NAME
=
"
github-actions[bot]
"
GIT_AUTHOR_EMAIL
=
"
github-actions[bot]@users.noreply.github.com
"
GIT_COMMITTER_NAME
=
"
github-actions[bot]
"
GIT_COMMITTER_EMAIL
=
"
github-actions[bot]@users.noreply.github.com
"
#
Docker environment for running utPLSQL install commands
DOCKER_ENV
=
"
-e SQLCLI=sqlplus -e UT3_DEVELOP_SCHEMA -e UT3_DEVELOP_SCHEMA_PASSWORD -e UT3_RELEASE_VERSION_SCHEMA -e UT3_RELEASE_VERSION_SCHEMA_PASSWORD -e UT3_TABLESPACE -e ORACLE_PWD -e CONNECTION_STR -e UTPLSQL_DIR
"
Back
|
FazBrowse Home
|
New Git URL