diff options
Diffstat (limited to '')
-rw-r--r-- | v2/src/development/config.env.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v2/src/development/config.env.in b/v2/src/development/config.env.in index 18d5367..ca2afe7 100644 --- a/v2/src/development/config.env.in +++ b/v2/src/development/config.env.in @@ -1,5 +1,6 @@ #!/bin/sh +SITE_NAME="EuAndreh's website" FQDN='@FQDN@' BASE_URL='@BASE_URL@' DATE_FMT='+%B %-d, %Y' |