-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
212ec34
commit 612373d
Showing
1 changed file
with
3 additions
and
19 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,29 +1,13 @@ | ||
// for more details watch the file `./domains.d.ts` | ||
|
||
addSubDomain({ | ||
description: 'A digital currency project with zero fees and ease of use', // describe your project in this field | ||
domain: 'is-an.app', // aka "root-domain". select between '1bt.uk' and 'is-an.app' | ||
subdomain: 'atcoin', // desired subdomain name | ||
description: 'A digital currency project with zero fees and ease of use', | ||
domain: 'is-an.app', | ||
subdomain: 'atcoin', | ||
owner: { | ||
repo: 'https://github.com/familycomicsstudios/atcoin', | ||
email: 'themadpunter10@gmail.com', | ||
}, | ||
record: { | ||
CNAME: '89c4cc2d-c519-4490-99d0-2ebc45f3ce20.id.repl.co' | ||
}, | ||
//proxy: false, // disable Cloudflare proxy (with is enabled by default). In this case, your origin server | ||
// should provide valid a SSL certificate and protection CF will be disabled | ||
// nested: [{ // in addition, you may define the required nested subdomains | ||
// subdomain: 'foo', | ||
// record: { | ||
// CNAME: '...', | ||
// }, | ||
// proxy: false, | ||
// }, { | ||
// subdomain: 'bar', | ||
// record: { | ||
// A: ['...'], | ||
// }, | ||
// proxy: true, | ||
// }] | ||
}) |