曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
<?php
/**
* The base configurations of RosarioSIS
*
* You can find more information in the INSTALL.md file
*
* @package RosarioSIS
*/
/**
* Database Settings
*
* You can get this info from your web host
*/
// Database type: postgresql or mysql.
$DatabaseType = 'mysql';
// Database server hostname: use localhost if on same server.
$DatabaseServer = '[[softdbhost]]';
// Database username.
$DatabaseUsername = '[[softdbuser]]';
// Database password.
$DatabasePassword = '[[softdbpass]]';
// Database name.
$DatabaseName = '[[softdb]]';
/**
* Full path to wkhtmltopdf binary file
*
* An empty string means wkhtmltopdf will not be called
* and reports will be rendered in HTML instead of PDF
*
* @link http://wkhtmltopdf.org
*
* @example /usr/local/bin/wkhtmltopdf
* @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe
*/
$wkhtmltopdfPath = '';
/**
* Default school year
*
* Do NOT change during installation
* Change after rollover
* Should match the database to be able to login
*
* @see School > Rollover program
*/
$DefaultSyear = '2026';
/**
* Email address to receive notifications
* - new administrator account
* - new student / user account
* - new registration
*
* Leave empty to not receive email notifications
*/
$RosarioNotifyAddress = '[[admin_email]]';
/**
* Email address to receive errors
* - PHP fatal error
* - database SQL error
* - hacking attempts
* - CSP violation reports
*
* Leave empty to not receive errors
*/
$RosarioErrorsAddress = '';
/**
* Locales
*
* Add other languages you want to support here
*
* @see locale/ folder
*
* For American, French and Spanish:
*
* @example [ 'en_US.utf8', 'fr_FR.utf8', 'es_ES.utf8' ];
*/
$RosarioLocales = [ '[[language]].utf8' ];