Skip to content

Commit

Permalink
Make temp domain name creation optional. Defaults to disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterblue committed Apr 3, 2021
1 parent e49048b commit 94a1633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Expand Up @@ -63,7 +63,7 @@ export let Config = {
'base-admin-account': 'adminer',
// If to assume domain network_address if on is not set
'fix-domain-network-address': true,
// Whether to allow temp domain name creation
// Whether allowing temp domain name creation
'allow-temp-domain-creation': false
},
'monitoring': {
Expand Down

0 comments on commit 94a1633

Please sign in to comment.