# There are three possible places, where you can store your API key for accessing the Admin Companion backend:
# 1. In the environment variable ADMIN_COMPANION_KEY        (user specific and not accessible by other users)
# 2. In the file ~/.admin-companion/api-key                 (user specific and not accessible by other users --> Remember to have the user as owner and set the file permissions to 0600)
# 3. In the file /etc/admin-companion/api-key               (system wide and accessible by all users --> Might be a security risk)

# The Admin Companion client will first check the environment variable ADMIN_COMPANION_KEY, then the file ~/.admin-companion/api-key, and finally the file /etc/admin-companion/api-key.

# You can generate your personal API key on the "API Keys" page in the Web Console.

# ADMIN_COMPANION_KEY=""
