This commit is contained in:
Daniel Ortiz 2025-07-12 21:00:06 -04:00
parent f609e20567
commit 87733c6b65

2
.env
View file

@ -60,7 +60,7 @@ TPOT_PERSISTENCE_CYCLES=30
# 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string: # 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
# "echo -n 'username:password' | base64 -w0" # "echo -n 'username:password' | base64 -w0"
# MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile) # MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile)
TPOT_TYPE=SENSOR TPOT_TYPE=HIVE
# T-Pot Hive User (only relevant for SENSOR deployment) # T-Pot Hive User (only relevant for SENSOR deployment)
# <empty>: This is empty by default. # <empty>: This is empty by default.