mirror of https://github.com/hykilpikonna/AquaDX
[+] Turnstile settings
parent
f33629aba1
commit
9faabba361
|
@ -93,4 +93,11 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.community.dialect.SQLiteDi
|
||||||
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
||||||
#spring.datasource.hikari.maximum-pool-size=10
|
#spring.datasource.hikari.maximum-pool-size=10
|
||||||
|
|
||||||
## You can add any Spring Boot properties below
|
################################
|
||||||
|
## AquaNet Settings
|
||||||
|
################################
|
||||||
|
|
||||||
|
## CloudFlare Turnstile Captcha
|
||||||
|
## This enables captcha for user registration.
|
||||||
|
turnstile.enable=false
|
||||||
|
turnstile.secret=
|
||||||
|
|
Loading…
Reference in New Issue