mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-09-13 04:00:10 +00:00
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
export POSTGRES_DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
|
|
export SQLITE_TMP="$(pwd)/db/db-sqlx-sqlite/tmp"
|
|
export SQLITE_DATABASE_URL="sqlite://$SQLITE_TMP/admin.db"
|
|
export STARCHART__CRAWLER__WAIT_BEFORE_NEXT_API_CALL=0
|