Move config into secret folder
This commit is contained in:
3
secret/README.md
Normal file
3
secret/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# The Secret Folder
|
||||
|
||||
This MUST NOT be accessible by normal system users or the web server.
|
8
secret/config.json.example
Normal file
8
secret/config.json.example
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": "This config file is inaccessible from the web",
|
||||
"oauth": {
|
||||
"key": "PHQaa7pbq1ljN6LolYouLookedEolYKIm1qkKxrP2zM",
|
||||
"secret": "9_-i-fbZF1CBhE1DEADBEEFj8WBTvB-tWyvXTgYuPE8",
|
||||
"token": "TM7xgyYccUFFE8vM3IhnkxXopCf26w_ZdtCHf_Y4Y3U"
|
||||
}
|
||||
}
|
2
secret/rsa.php
Normal file
2
secret/rsa.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
?>
|
Reference in New Issue
Block a user