mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(improvement)(project)Introduce aibi-env.sh script to simplify user settings. (improvement)(project)Introduce aibi-env.sh script to simplify user settings.
8 lines
216 B
Batchfile
Executable File
8 lines
216 B
Batchfile
Executable File
:: Set below DB configs to connect to your own database
|
|
:: Supported DB_TYPE: h2, mysql, postgres
|
|
set "S2_DB_TYPE=h2"
|
|
set "S2_DB_HOST="
|
|
set "S2_DB_PORT="
|
|
set "S2_DB_USER="
|
|
set "S2_DB_PASSWORD="
|
|
set "S2_DB_DATABASE=" |