Move config into secret folder

This commit is contained in:
2023-10-01 20:29:59 -04:00
parent 185ab839ab
commit 0458ab5e8b
6 changed files with 10 additions and 4 deletions

3
secret/README.md Normal file
View File

@@ -0,0 +1,3 @@
# The Secret Folder
This MUST NOT be accessible by normal system users or the web server.

View 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
View File

@@ -0,0 +1,2 @@
<?php
?>