Skip to content

Commit

Permalink
Switch API-Key and -Password as it makes more sense like that when ac…
Browse files Browse the repository at this point in the history
…tivating the API in the CCP.
  • Loading branch information
stecklars committed Jan 20, 2022
1 parent 00135aa commit 14b4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
define('CUSTOMERNR', '12345');


// Enter your API-Key and -Password here - you can generate them in your CCP at https://ccp.netcup.net
define('APIKEY', 'abcdefghijklmnopqrstuvwxyz');
// Enter your API-Password and -Key here - you can generate them in your CCP at https://ccp.netcup.net
define('APIPASSWORD', 'abcdefghijklmnopqrstuvwxyz');
define('APIKEY', 'abcdefghijklmnopqrstuvwxyz');


// Define domains and subdomains which should be used for dynamic DNS in the following format:
Expand Down

0 comments on commit 14b4f03

Please sign in to comment.