brainupdaters / drlm

Disaster Recovery Linux Manager
http://drlm.org
GNU General Public License v3.0
69 stars 15 forks source link

Default API password and client configurations #160

Closed proura closed 3 years ago

proura commented 3 years ago

Disaster Recovery Linux Manager (DRLM) Pull Request Template

Please fill in the following items before submitting a new Pull Request:

PR details:

In this PR is added a new defautl.conf var to set default drlm api password. Also client settings have been added to be consulted from the api.

################ ---- API Configuration
#
########

# API_PASS is the password for default user (admindrlm) in the DRLM API  
# 
# Def. API_USER --> "admindrlm"
# Def. API_PASS --> "admindrlm"
#
API_PASSWD="admindrlm"

Also client settings have been added to be consulted from the api.

image