config.database.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snail Show documentation
Show all versions of snail Show documentation
基于Java开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。
#数据库配置
#数据库文件:
# 文件(单连接):jdbc:h2:file
# TCP连接:jdbc:h2:tcp://IP/database
# 内存(不能持久化):jdbc:h2:mem:database
acgist.database.h2.url=jdbc:h2:./database/snail
#驱动
acgist.database.h2.driver=org.h2.Driver
#用户账号
acgist.database.h2.user=sa
#用户密码
acgist.database.h2.password=
#初始化SQL
acgist.database.h2.table.sql=/database/table.sql