This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
1,358 additions
and
1,060 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
$host = '127.0.0.1'; /* Veeam Backup for Microsoft Office 365 server (hostname or IP) */ | ||
$port = '4443'; /* RESTful API service port (default: 4443) */ | ||
$title = 'Veeam Backup for Microsoft Office 365 v3'; /* Custom title for the portal to be displayed in the browser title */ | ||
$version = 'v3'; /* RESTful API version (default: v3) */ | ||
$administrator = 'Yes'; /* Allow Windows administrator accounts to be used as a login (yes or no) */ | ||
$title = 'Veeam Backup for Microsoft Office 365'; /* Custom title for the portal to be displayed in the browser title */ | ||
$version = 'v4'; /* RESTful API version (default: v4) */ | ||
$administrator = 'yes'; /* Allow Windows administrator accounts to be used as a login (yes or no) */ | ||
?> |
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
Oops, something went wrong.