-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2846 from ControlSystemStudio/alarm-config-service
Alarm config service
- Loading branch information
Showing
4 changed files
with
87 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,17 @@ local.location=/tmp/alarm_repo | |
|
||
# location of the remote git repo, | ||
# The complete URI of the remote is created using the remote.location | ||
# it is recomended that your remote url end in the alarm topic assigned to this config service alarm_topic | ||
remote.location=https://remote.git/repo | ||
# it is recommended that your remote url end in the alarm topic assigned to this config service alarm_topic | ||
# e.g. remote URL | ||
# ssh://shroffk@localhost:2001/home/shroffk/git/alarm-config | ||
# [email protected]:shroffk/alarm-config.git | ||
remote.location=[email protected]:site-org/alarm-config.git | ||
|
||
# use ssh keys to push to remote repo | ||
use_ssh=false | ||
|
||
# complete path to the ssh key to be used, if not set then the server will use the private keys from ~/.ssh/ | ||
#private_key= | ||
|
||
username=username | ||
password=password |