Move .env.example to the right place, fix login to also be at /api/v1

This commit is contained in:
2026-06-24 15:37:32 +02:00
parent 62bbbec1d3
commit 5f0e5b1bbb
2 changed files with 2 additions and 2 deletions

9
app/.env.example Normal file
View File

@@ -0,0 +1,9 @@
MIFARE_APP_MASTER_KEY="7b195adb892073c9e34ebe7e0ca28b2b"
# 16 bytes AES key
MIFARE_ACL_READ_BASE_KEY="741a50f2b189cc9f151e0600f50a6e1a"
# 16 bytes AES key
MIFARE_ACL_WRITE_BASE_KEY="f1aa99f81cca268de98d422ee0ccb65c"
# 16 bytes AES key
SECRET_KEY="8b14d0b447bff7efa24d5019cc59a999786e31f6f865173bbd642bf18de5ad85"
#Key for oauth
#THESE ARE TESTING KEYS - DO NOT USE IN PROD