EAA_MOD/README.md

12 lines
238 B
Markdown
Raw Normal View History

2021-05-20 21:48:41 +02:00
EAA_MOD
===============
2021-06-25 23:07:31 +02:00
## Settings
Mod needs a file in modfolder called settings.properties containing following values:
```
url=mysql://<DATABASE_URL>/
user=<DATABASE USER>
password=<DATABASE USER PASSWORD>
db_name=<DATABASE NAME>
```