eeprom/config.example.ini

24 lines
662 B
INI
Raw Normal View History

2022-07-06 16:58:40 +00:00
[Database]
dsn = "mariadb://user:password@:unix:/eeprom?socket=/var/run/mysqld/mysqld.sock&charset=utf8mb4&init=SET SESSION time_zone = '+00:00', sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
2020-05-12 18:30:22 +00:00
[Auth]
2022-07-07 15:55:39 +00:00
; Must be implementations of \EEPROM\Auth\IAuth
2020-05-12 18:30:22 +00:00
clients[] = \EEPROM\Auth\MisuzuAuth
clients[] = \EEPROM\Auth\SockChatAuth
[Misuzu]
secret = woomy
endpoint = https://flashii.net/_sockchat/verify
2020-05-12 18:30:22 +00:00
[Nabucco]
secret = secret key
[Uploads]
short_domain = i.eeprom.domain
[CORS]
; List of allowed remote domains
origins[] = flashii.net
origins[] = chat.flashii.net
origins[] = sockchat.flashii.net