Adds correction to System Variables
This commit is contained in:
13
README.md
13
README.md
@@ -2,13 +2,13 @@
|
||||
Scrape production data from POCloud to push to accounting servers
|
||||
|
||||
# Setup
|
||||
System variables must be set up for the script to run.
|
||||
System variables must be set up for the script to run. Add the following lines to /etc/environment
|
||||
```
|
||||
export HP_SQL_USER="<yourSQLusername>"
|
||||
export HP_SQL_PASSWORD="<yourSQLpassword>"
|
||||
export HP_SQL_SERVER="<yourSQLserverAddress>"
|
||||
export MESHIFY_USERNAME="<yourMeshifyUsername>"
|
||||
export MESHIFY_PASSWORD="<yourMeshifyPassword>"
|
||||
HP_SQL_USER="<yourSQLusername>"
|
||||
HP_SQL_PASSWORD="<yourSQLpassword>"
|
||||
HP_SQL_SERVER="<yourSQLserverAddress>"
|
||||
MESHIFY_USERNAME="<yourMeshifyUsername>"
|
||||
MESHIFY_PASSWORD="<yourMeshifyPassword>"
|
||||
```
|
||||
|
||||
# Usage
|
||||
@@ -29,4 +29,3 @@ To run the script:
|
||||
```
|
||||
python3 henryPetroleumMeshifyAPI.pt >> output.log
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user