43 lines
1.8 KiB
INI
Executable File
43 lines
1.8 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 = "your_password"
|
|
databaseHost = "127.0.0.1"
|
|
|
|
[recaptcha]
|
|
siteKey = "your_site_key"
|
|
secretKey = "your_secret_key"
|
|
|
|
[googleAuth]
|
|
clientId = "your_google_client_id"
|
|
clientSecret = "your_google_client_secret"
|
|
|
|
[microsoftAuth]
|
|
clientId = "your_microsoft_client_id"
|
|
|
|
[main]
|
|
pageTitle = "Association E59"
|
|
pageName = "E59"
|
|
headerTitle = "E59"
|
|
headerSubtitle = "Rassembler pour innover"
|
|
footerText = "© Jan BELLON - E59 - v1.7 - <a href='/about/data.php'>Politique de confidentialité</a>"
|
|
|
|
[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}'
|