mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add prefix setting for MySQL table names
This commit is contained in:
parent
7de967f1c2
commit
8085221087
@ -25,13 +25,14 @@ storage:
|
|||||||
# SQLite db for map storage (uses dbfile as storage location)
|
# SQLite db for map storage (uses dbfile as storage location)
|
||||||
#type: sqlite
|
#type: sqlite
|
||||||
#dbfile: dynmap.db
|
#dbfile: dynmap.db
|
||||||
# MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' and password 'password'
|
# MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix'
|
||||||
#type: mysql
|
#type: mysql
|
||||||
#hostname: localhost
|
#hostname: localhost
|
||||||
#port: 3306
|
#port: 3306
|
||||||
#database: dynmap
|
#database: dynmap
|
||||||
#userid: dynmap
|
#userid: dynmap
|
||||||
#password: dynmap
|
#password: dynmap
|
||||||
|
#prefix: ""
|
||||||
|
|
||||||
components:
|
components:
|
||||||
- class: org.dynmap.ClientConfigurationComponent
|
- class: org.dynmap.ClientConfigurationComponent
|
||||||
|
Loading…
Reference in New Issue
Block a user