Skip to content

Commit

Permalink
Added a file (snipeitapp_config_with_security_code.php) for testing w…
Browse files Browse the repository at this point in the history
…ith extra security
  • Loading branch information
diegogarciadev committed May 14, 2020
1 parent 3b30863 commit 4ba2238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snipeitapp_config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
header('Content-Type: application/json');

define("API_KEY", "Enter your api key!!");
define("API_KEY", "Enter your api key here!!");

$data['api_key'] = API_KEY;

Expand Down

0 comments on commit 4ba2238

Please sign in to comment.