16 lines
No EOL
736 B
Text
16 lines
No EOL
736 B
Text
# 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) |