e59-website/config/global.ini
2024-08-01 15:39:47 +00:00

36 lines
1.6 KiB
INI
Executable File

[root]
pageURL = "https://e59.fr/"
filePath = "/var/www/e59/"
[social]
discord = "https://discord.gg/K6WwKYR8EV"
instagram = "https://instagram.com/e59.fr"
linkedin = "https://linkedin.com/company/e59/"
x = "https://twitter.com/e59_club"
youtube = "https://www.youtube.com/@e59-club"
[sql]
databaseName = "E59"
databaseUser = "root"
databasePass = "Broadca@Storm_SQL"
databaseHost = "127.0.0.1"
[recaptcha]
siteKey = "6LeoNrMpAAAAALnwweMo-JUMu7VvJlR6JUQW1fqy"
secretKey = "6LeoNrMpAAAAAAqmZpuvcFwuRhglX0rkI2rcdvw9"
[main]
pageTitle = "Association E59"
pageName = "E59"
headerTitle = "E59"
headerSubtitle = "Rassembler pour innover"
footerText = "© Association E59 - v1.7"
[darkThemes]
0 = '.body {--text: #ffffff; --background: #0e0e0e; --panel-background: #0e0e0e; --buttons: #ffffff} textarea, .form, .select-input, .text-input, .file-input input, .date-input {border:1px solid #a0a0a0} .button, button {color: #0E0E0E}'
1 = '.body {--text: hsl(208, 100%, 96%); --background: hsl(215, 21%, 11%); --panel-background: hsl(216, 28%, 7%); --buttons: hsl(216, 28%, 7%)} .form .button, .form button {border:1px solid #3E3E3E}'
2 = '.body {--text: hsl(160, 65%, 95%); --background: hsl(160, 65%, 3%); --panel-background: hsl(160, 65%, 3%); --buttons: hsl(160, 65%, 3%)} .text-input, .date-input, .file-input input, .select-input, .select-input select, textarea, .button, button, .form {border:1px solid var(--text)}'
[lightThemes]
0 = '.body {--text: #0e0e0e; --background: #ffffff; --panel-background: #ffffff; --buttons: #fafafa} textarea, .button, button, .form, .select-input select, .select-input, .date-input, .text-input, .file-input input {border:1px solid #a0a0a0}'