Skip to content
Snippets Groups Projects
Commit 88f17621 authored by Mark Tearle's avatar Mark Tearle
Browse files

Update sample config

parent 51dcb200
No related merge requests found
<? <?php
# email from address for emails generated by quovadis
$QV_FROM = "mtearle@ucc.asn.au";
# API key for desec.io function get_config() {
$QV_DESEC_API = "ABCD1234"; return [
# email from address for emails generated by quovadis
'QV_FROM' => "quovadis@ucc.asn.au",
# Domain at desec.io # API key for desec.io
$QV_DOMAIN = "quovadis.ucc.asn.au"; 'QV_DESEC_API' => "ABCD1234",
# passphrase for GPG # Domain at desec.io
$QV_PASSPHRASE = "hello cruel world"; 'QV_DOMAIN' => "quovadis-challenges.ucc.asn.au",
# GPG public key # passphrase for GPG
$QV_PUBLIC = "PUB"; 'QV_PASSPHRASE' => "hello cruel world",
# GPG private key # GPG public key
$QV_PRIVATE = "PRIVATE"; 'QV_PUBLIC' => "PUB",
# GPG private key
'QV_PRIVATE' => "PRIVATE",
];
}
?> ?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment