Files
subdomain_server/template_vars.env
2025-10-01 20:27:37 -04:00

27 lines
848 B
Bash

# filename: template_vars.env
#
# Environment variables for project metadata.
# Variables are set by the templater at creation
#
TPL_PROJECTVERSION=0.0.2
TPL_PROJECTDESCRIPTION="The server component for authorized, non-owners to request a subdomain to be updated."
# Format must be: "keyword", "keyword", "keyword"
TPL_PROJECTKEYWORDS="dns webapp"
# Github profile is the URL to the profile page, the base of other addresses
TPL_PROJECTURL="https://github.com/BipolarExpedition/subdomain_server"
TPL_PROJECTNAME="subdomain_server"
TPL_PROJECTPREFIX="bpe_"
TPL_AUTHOREMAIL="lastdoc39@gmail.com"
TPL_AUTHORNAME=Doc1979
TPL_COMPANYNAME="BipolarExpedition"
TPL_GITHUBPROFILE="https://github.com/BipolarExpedition"
# Templater does not support calculated values such as date or time
TPL_LICENSEYEAR=2025
TPL_COPYRIGHTHOLDER=BipolarExpedition.com