Skip to content

Commit d584771

Browse files
committed
Add config comments for postgresql
1 parent b7e7039 commit d584771

File tree

15 files changed

+30
-0
lines changed

15 files changed

+30
-0
lines changed

fabric-1.15.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

fabric-1.16.1/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

fabric-1.16.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

fabric-1.16.4/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.11.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.12.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.13.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.14.4/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.15.2/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

forge-1.16.1/src/main/resources/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deftemplatesuffix: hires
1919
# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
2020
# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
2121
# mysql: MySQL database, at hostname:port in database, accessed via userid with password
22+
# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
23+
# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
2224
storage:
2325
# Filetree storage (standard tree of image files for maps)
2426
type: filetree

0 commit comments

Comments
 (0)