Skip to content

Commit

Permalink
Fix when add a new API and lose credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
adri9valle committed Jul 26, 2019
1 parent 386109d commit dc72e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/update-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class UpdateConfigurationFile {
return ` - ${!id ? new Date().getTime() : id}:
url: ${host.url}
port: ${host.port}
username: ${host.username || host.user}
user: ${host.username || host.user}
password: ${host.password}`;
}

Expand Down

0 comments on commit dc72e68

Please sign in to comment.