php-gallery/app/settings/user_settings.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2022-09-08 13:29:45 +00:00
{
"website": {
"name": "Only Legs",
"description": "A simple gallery with multiple users in mind",
"welcome_msg": [
"*internal screaming*",
"Don't forget to drink water!",
"Bruh",
"Fluffy made this!",
"maybe",
"I'm gay",
"I wish we were better strangers.",
"<span style='color:#ffff00;'>Just like Minecraft!</span>",
"If I were you, I'd run now",
"This is the part where I kill you",
"SILICA GEL \"DO NOT EAT\".",
"This was supposed to be a simple project",
"AAAAAAAAAAAAAAAAAAAA",
"Let me out",
"nice",
"I'm glad you're here",
"The weather is dry",
"Need me a man 👀",
"Gods die too.",
"Eat hotchip and lie",
"The world will not be destroyed by those who do evil, but by those who watch them and do nothing."
2022-09-08 13:29:45 +00:00
],
"license":"GPL 3.0",
"database": {
2022-09-12 14:15:16 +00:00
"ip": "192.168.0.79:3306",
2022-09-08 13:29:45 +00:00
"username": "uwu",
"password": "fennec621",
"database": "gallery"
},
"debug": {
"testing": true,
2022-09-12 14:15:16 +00:00
"version": "22.09.12"
2022-09-08 13:29:45 +00:00
}
},
"plugins": {
"sniffle": {
"location": "Sniffle/sniffle.js",
"using": true
},
"flyout": {
"location": "Flyout/flyout.js",
"using": true
}
}
}