forked from Thunix/www
Better key, and safer
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* security */
|
/* security */
|
||||||
$access_token = (string)'01234567890';
|
$access_token = (string)'asdfghjkl';
|
||||||
$ansible_lastrun = '/dev/shm/ansible-hook-last-run';
|
$ansible_lastrun = '/dev/shm/ansible-hook-last-run';
|
||||||
$ansible_dropfile = '/dev/shm/run-ansible';
|
$ansible_dropfile = '/dev/shm/run-ansible';
|
||||||
$www_lastrun = '/dev/shm/www-hook-last-run';
|
$www_lastrun = '/dev/shm/www-hook-last-run';
|
||||||
|
|||||||
Reference in New Issue
Block a user