mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
11 lines
307 B
Bash
Executable File
11 lines
307 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#### Set below DB configs to connect to your own database
|
|
# Comment out below exports to config your DB connection
|
|
# Supported DB_TYPE: h2, mysql, postgres
|
|
#export S2_DB_TYPE=h2
|
|
#export S2_DB_HOST=
|
|
#export S2_DB_PORT=
|
|
#export S2_DB_USER=
|
|
#export S2_DB_PASSWORD=
|
|
#export S2_DB_DATABASE= |