atst/script/config
Brian Duggan a340eede07 Config, secrets, basic POST handling
* add script/config
  * add atst.ini
  * add cookie_secret
  * update docs
2018-06-14 13:52:11 -04:00

4 lines
150 B
Plaintext
Executable File

cp atst.ini.example atst.ini
rand=`head -c 400 /dev/random | tr -dc A-Za-z0-9_=,@-`
perl -p -i -e "s/change_me_into_something_secret/$rand/" atst.ini