reasonableframework/storage/config/security.ini.php
2019-05-20 18:51:31 +09:00

13 lines
567 B
PHP

<?php
return <<<EOF
[security]
masterkey=ZVScK4o3DTQsQjyr
masteriv=qcLHsW6g11E1JEAF
salt=H6hclwzFplRQw39C
saltdisabled=0
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
https=auto
hashalgos=md5,sha1,crypt,crc32,base64,sql_password
EOF;