We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to add DOMAIN variable to config file in order to identify the domain our website is hosted on.
This variable will be used to block the creation of tiny url on the domain where our app is hosted.
issue reference: #131 block domain tiny.realdevsquad.com while creating a tiny link
DOMAIN = "staging-tiny.realdevsquad.com"
DOMAIN = "tiny.realdevsquad.com"
The text was updated successfully, but these errors were encountered:
prakashchoudhary07
No branches or pull requests
Issue Description
Need to add DOMAIN variable to config file in order to identify the domain our website is hosted on.
Detail
This variable will be used to block the creation of tiny url on the domain where our app is hosted.
issue reference: #131 block domain tiny.realdevsquad.com while creating a tiny link
Staging
DOMAIN = "staging-tiny.realdevsquad.com"
PRD
DOMAIN = "tiny.realdevsquad.com"
The text was updated successfully, but these errors were encountered: