Skip to content

Commit

Permalink
Changes to externalize all endppoints, db credentials and sql statements
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksonti committed Oct 2, 2016
1 parent 28f07e9 commit bb911e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sql.retrieveOpenSteps=select job_config_id, substr(last_exec_stepid,1,locate(':'
sql.auditValidatedFile=insert into edbaconfig.ingestedfilestatus (file_url, submitted_jobs,last_update_status, last_validated_timestamp) VALUES(?,null,?,current_timestamp) ON DUPLICATE KEY UPDATE last_update_status = ? , submitted_jobs=null,last_validated_timestamp=current_timestamp
edba.cluster.tag.key=edba
edba.cluster.tag.value=true
url=jdbc:mysql://edbaconfig.ceizmegioajd.us-east-1.rds.amazonaws.com:3306/edbaconfig
url=jdbc:mysql://<<MYSQL_END_POINT>>:3306/<<MYSQL_DB>>
user=<<MySQL_USER_NAME>>
password=<<MySQL_PASSWORD>>

0 comments on commit bb911e2

Please sign in to comment.