mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-05 19:40:09 +00:00
whoops
This commit is contained in:
parent
9facd5215b
commit
e5af2bd04c
@ -6,6 +6,9 @@ module.exports = {
|
|||||||
Ideally the only options you should change are port and basedomain.
|
Ideally the only options you should change are port and basedomain.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Your base domain where the app is running.
|
||||||
|
basedomain: 'https://i.kanacchi.moe/',
|
||||||
|
|
||||||
// Token to use on the api. Leave blank for public
|
// Token to use on the api. Leave blank for public
|
||||||
TOKEN: 'YOURSUPERSECRETTOKEN',
|
TOKEN: 'YOURSUPERSECRETTOKEN',
|
||||||
|
|
||||||
@ -15,9 +18,6 @@ module.exports = {
|
|||||||
// Uploads config
|
// Uploads config
|
||||||
uploads: {
|
uploads: {
|
||||||
|
|
||||||
// Where to serve the uploaded files.
|
|
||||||
basedomain: 'https://i.kanacchi.moe/',
|
|
||||||
|
|
||||||
// If prefix is set, it will be appended at the end of basedomain.
|
// If prefix is set, it will be appended at the end of basedomain.
|
||||||
// Ex: https://i.kanacchi.moe/prefix/k4n4.png
|
// Ex: https://i.kanacchi.moe/prefix/k4n4.png
|
||||||
// Leave blank to use the basedomain
|
// Leave blank to use the basedomain
|
||||||
|
Loading…
Reference in New Issue
Block a user