Skip to content

Instantly share code, notes, and snippets.

@paragonie-scott
Created March 12, 2018 23:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paragonie-scott/29317d81403a20621f81b9c77020f4f1 to your computer and use it in GitHub Desktop.
Save paragonie-scott/29317d81403a20621f81b9c77020f4f1 to your computer and use it in GitHub Desktop.
<?php
use ParagonIE\ConstantTime\Base64UrlSafe;
return [
'signing_secret_key' =>
Base64UrlSafe::decode('ucEUXJDkdkOO8HGFL1SN4nnIVFAhtujL-_KV_R3qMpEzPWIptORZrjjTqEH-mm3vVIaijNELvPvApdGUF1ZBLw=='),
'box_secret_key' =>
Base64UrlSafe::decode('48ApYHGy5_urWJyqqMNKlZcMUip_vV0hASfgYdCMSkY='),
];
<?php
$config = require 'config.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment