25 lines
511 B
INI
25 lines
511 B
INI
|
[PDO]
|
||
|
dsn = https://www.php.net/manual/en/ref.pdo-mysql.connection.php
|
||
|
username = mariadb username
|
||
|
password = mariadb password
|
||
|
|
||
|
[Auth]
|
||
|
; Must be implementations of \EEPROM\Auth\AuthInterface
|
||
|
clients[] = \EEPROM\Auth\MisuzuAuth
|
||
|
clients[] = \EEPROM\Auth\SockChatAuth
|
||
|
|
||
|
[Misuzu]
|
||
|
config = /path/to/misuzu/config.ini
|
||
|
|
||
|
[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
|