mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Don't leave blockers if planning to use fog effect, except the card that will do so. (might need to tap to use it, or might get killed if attacking)
14 lines
417 B
Properties
14 lines
417 B
Properties
# ideally this should be using HTTPS, but this is fine for now
|
|
dsn=http://a0b8dbad9b8a49cfa51bf65d462e8dae@sentry.cardforge.org:9000/2
|
|
stacktrace.app.packages=forge
|
|
|
|
# where to store events if offline or can't reach the above server
|
|
buffer.dir=sentry-events
|
|
buffer.size=100
|
|
|
|
# allow ample time for graceful shutdown
|
|
buffer.shutdowntimeout=5000
|
|
async.shutdowntimeout=5000
|
|
|
|
# allow longer messages
|
|
maxmessagelength=1500 |