document conf/conf a bit
authoreostre <eostre.danne@protonmail.com>
Tue, 15 Sep 2020 17:30:54 +0000 (13:30 -0400)
committereostre <eostre.danne@protonmail.com>
Tue, 15 Sep 2020 17:30:54 +0000 (13:30 -0400)
drupal-automake-generic/conf/conf
drupal-automake-generic/files/do-mysql.sh

index fee96382137ec983e67370449894f19729071735..c5fd97b220ce952bea4e0bf88142c50b90a64b52 100644 (file)
@@ -1,3 +1,5 @@
+# conf file for setting a few variables
+# currently (2020-09-15, git commit d8c73e01db9b978b6d47e8f9af4ce72356027ce4) only used by by files/do-mysql.sh
 DRUPAL_DB_PASSWORD=changemeplease
 DRUPAL_DB_NAME=nameofdrupaltable
 DRUPAL_DB_USER=drupaluser
index ee2e4815a7b31a0f403cc3f7366f460d60d0c4eb..c1cf99a39d88292427a81a4d09ea3684c9a1c5d2 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/bash -xe
+
+# conf/conf contains some variables
 . conf/conf
 
 DRUPAL_DB_PASSWORD="${DRUPAL_DB_PASSWORD:-password}"