reasonableframework/storage/config/security.ini.php

12 lines
560 B
PHP
Raw Normal View History

<?php
return <<<EOF
2018-03-04 17:10:01 +00:00
[security]
masterkey=ZVScK4o3DTQsQjyr
2018-03-07 01:58:58 +00:00
masteriv=qcLHsW6g11E1JEAF
2018-03-04 17:10:01 +00:00
salt=H6hclwzFplRQw39C
2018-03-07 03:09:29 +00:00
adjectives=warty,hoary,breezy,dapper,edgy,feisty,gutsy,hardy,intrepid,jaunty,karmic,lucid,maverick,natty,oneiric,precise,quantal,raring,saucy,trusty,utopic,vivid,wliy,xeniel,yakkety,zesty
animals=warthog,hedgehog,badger,drake,eft,fawn,gibbon,heron,ibex,jackalope,koala,lynx,meerkat,narwhal,ocelot,pangolin,quetzal,ringtail,salamander,tahr,unicorn,vervet,werewolf,xerus,yak,zapus
2018-09-29 18:17:27 +00:00
httpencrypt=auto
2019-02-26 06:27:04 +00:00
hashalgos=md5,sha1,crypt,crc32,base64,mysql_password
EOF;