Originally created by @basbebe on GitHub (Feb 18, 2016).
is it possible to use ${DOMAIN} in the config.sh, for example for
CONTACT_EMAIL=admin@${DOMAIN}
?
Originally created by @basbebe on GitHub (Feb 18, 2016).
is it possible to use ${DOMAIN} in the config.sh, for example for
```
CONTACT_EMAIL=admin@${DOMAIN}
```
?
No. Especially with CONTACT_EMAIL this will never be an option since that address is per account and not per certificate.
@lukas2511 commented on GitHub (Feb 18, 2016):
No. Especially with CONTACT_EMAIL this will never be an option since that address is per account and not per certificate.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @basbebe on GitHub (Feb 18, 2016).
is it possible to use ${DOMAIN} in the config.sh, for example for
?
@lukas2511 commented on GitHub (Feb 18, 2016):
No. Especially with CONTACT_EMAIL this will never be an option since that address is per account and not per certificate.
@basbebe commented on GitHub (Feb 18, 2016):
I see, thanks!