pre remote host

This commit is contained in:
CaffeineFueled 2025-06-08 22:13:26 +02:00
parent 9569f90aba
commit 86d66717c1
6 changed files with 90 additions and 18 deletions

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# API Keys Configuration
# Copy this file to .env and replace with your actual API keys
# INPUT API Keys (comma-separated, for POST operations)
# These keys allow writing/posting data to the API
INPUT_API_KEYS=9d207bf0-10f5-4d8f-a479-22ff5aeff8d1,f47d4a2c-24cf-4745-937e-620a5963c0b8,b7061546-75e8-444b-a2c4-f19655d07eb8
# READ API Keys (comma-separated, for GET operations)
# These keys allow reading data from the API
READ_API_KEYS=read_key_1,read_key_2,read_key_3
# Security Notes:
# - Use strong, randomly generated UUIDs for production
# - Store the .env file securely and never commit it to version control
# - Rotate keys regularly for enhanced security
# - Use different keys for different environments (dev, staging, prod)