zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2c03cc14ed0f76f231da3d61b22306000e3f57dc
parent 390c51412df9a5c0ae4e7d7659311d78dd210535
Author: srfsh <dev@srf.sh>
Date:   Wed, 17 Aug 2022 11:30:26 +0300

conf: use "@" to markup substitutable vars

It is easier to spot and will make the sed(1) expression easier to grasp.

Diffstat:
Mconf/.env.templ | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/.env.templ b/conf/.env.templ @@ -29,7 +29,7 @@ ## restroom #export ROOM_HOST= #export ROOM_PORT= -export ROOM_SALT=$ROOM_SALT +export ROOM_SALT=@ROOM_SALT ## admin -export ADMIN_KEY=$ADMIN_KEY +export ADMIN_KEY=@ADMIN_KEY