2024-08-13 01:06:17 +00:00
|
|
|
# TODO: Hook things up with dotenvx later.
|
2023-01-05 17:22:50 +00:00
|
|
|
# https://packaging.ubuntu.com/html/getting-set-up.html#configure-your-shell
|
2024-08-13 01:06:17 +00:00
|
|
|
DEBFULLNAME="Andrei Jiroh Halili"
|
|
|
|
DEBEMAIL="releases@andreijiroh.xyz"
|
2023-09-03 14:51:35 +00:00
|
|
|
# Hardcode timezone to PHT unless otherwise specified in ~/.env.local.
|
|
|
|
# You might need tzdata installed on Alpine per https://wiki.alpinelinux.org/wiki/Setting_the_timezone
|
2024-08-13 01:06:17 +00:00
|
|
|
TZ=Asia/Manila
|
2023-05-12 16:55:54 +00:00
|
|
|
|
2024-08-13 01:06:17 +00:00
|
|
|
export DEBFULLNAME DEBMAIL
|