Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Update laget.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkentim committed Jun 12, 2017
1 parent ce64107 commit 1cc596d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/laget.php
Expand Up @@ -10,9 +10,8 @@
# Storing links in a JSON string so they can be customized through the env file
'links' => json_decode(env('APP_LINKS', '[{"href": "http://web.site", "title": "link 1"},{"href": "http://web.site", "title": "link 2"},{"href": "http://web.site", "title": "link 3"}]'), true),
'display_links' => env('APP_DISPLAY_LINKS', false),
'source_url' => env('APP_SOURCE_URL', 'https://github.com/ikkentim/LaGet'),
/*
* Packages
*/
'hash_algorithm' => env('packages_hash_algorithm', 'SHA512'),
];
];

0 comments on commit 1cc596d

Please sign in to comment.