Refactor templating and drupal 9 support
This commit is contained in:
parent
eabf4a2ec4
commit
f22e658183
16 changed files with 275 additions and 144 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# All WissKi and Drupal Installations are contained within a single directory.
|
||||
# Sometimes when http(s) is enabled, it is advisable to listen on a port different from 80.
|
||||
# The public port can be configured here.
|
||||
PUBLIC_PORT=80
|
||||
|
||||
# All WissKI and Drupal Installations are contained within a single directory.
|
||||
# The name of each subfolder corresponds to the appropriate domain name.
|
||||
# This variable determines the subfolder to place installations into.
|
||||
DRUPAL_ROOT=/var/www/factory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue