30 lines
No EOL
645 B
INI
30 lines
No EOL
645 B
INI
[ACADEMON]
|
|
|
|
[REPORTMONSTER]
|
|
Login = 1
|
|
LoginVessel = test
|
|
|
|
[Vessel test]
|
|
Host = 10.11.12.13
|
|
Username = moodle_test
|
|
Password = 1quite_secret*indeed!
|
|
Database = moodle_test
|
|
SSH = 1 # Whether or not to tunnel the MySQL connection through SSH
|
|
# ReportMonster / AcadeMon does not handle authentication, so use SSH agent!
|
|
|
|
# Only used if anything actually enables the ReportMonster API
|
|
# [User test]
|
|
# Password = test123!
|
|
|
|
# [MySQL]
|
|
# Database = academon
|
|
# Username = academon
|
|
# Password = secret123!
|
|
# Host = localhost
|
|
# Port = 3306
|
|
|
|
# [S3]
|
|
# AccessKey = academon
|
|
# SecretKey = !!!verysecret!!!
|
|
# Bucket = academon
|
|
# Endpoint = https://minio.acade.mon |