Files
deck_in_a_dash/engine/scripts/user.properties.template
ml 7a77c4a07d
build / build (push) Successful in 19s
Adding gender to the config
2026-07-16 22:49:06 +02:00

33 lines
1.5 KiB
Plaintext

# deck-in-a-dash user properties
#
# Fill in your birth details below, then run ./run-engine.sh (or
# ./run-engine.sh html).
# This file is only copied here once by the build - it will not be
# overwritten by later builds, so it's safe to edit in place.
#
# birth_date Birth date, local calendar, YYYY-MM-DD
# birth_time Birth time, local clock, 24h HH:MM
# birth_utc_offset Hours to ADD to UTC to get your birth's local time
# (e.g. 2 for Central European Summer Time)
# birth_lat Birth location latitude, decimal degrees, north positive
# birth_lon Birth location longitude, decimal degrees, east positive
# gender Who the reading is for - male, female, or unspecified.
# Only affects the Celtic Cross position text's
# pronouns (e.g. "His House" vs. "Her House" vs.
# "Their House"), never the chart/draw itself.
# Optional, defaults to "unspecified"; unrecognized
# values fall back to "unspecified" too.
# lang Reading language code - matches a file named
# <code>.lang in dist/i18n/ (see engine/i18n/ for the
# source files, currently "en" and "de"). Optional,
# defaults to "en"; unknown codes silently fall back
# to English too.
birth_date=YOUR_BIRTH_DATE_HERE
birth_time=YOUR_BIRTH_TIME_HERE
birth_utc_offset=YOUR_UTC_OFFSET_HERE
birth_lat=YOUR_LATITUDE_HERE
birth_lon=YOUR_LONGITUDE_HERE
gender=unspecified
lang=en