forked from Mirrors/keyoxide-web
Add a secrets template file
This commit is contained in:
parent
0481dd05b0
commit
fcc1e8e57e
1 changed files with 8 additions and 0 deletions
8
server/secrets.template.php
Normal file
8
server/secrets.template.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// Twitter API bearer code
|
||||||
|
// Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
|
||||||
|
// Expected format: "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX"
|
||||||
|
$twitter_api_auth = NULL;
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in a new issue