diff options
Diffstat (limited to '')
-rw-r--r-- | v2/src/development/config.env.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v2/src/development/config.env.in b/v2/src/development/config.env.in new file mode 100644 index 0000000..18d5367 --- /dev/null +++ b/v2/src/development/config.env.in @@ -0,0 +1,5 @@ +#!/bin/sh + +FQDN='@FQDN@' +BASE_URL='@BASE_URL@' +DATE_FMT='+%B %-d, %Y' |