# Short name for the security policy
policy_shortname=security_policy_mongodb

# Data Admin name
da_id=DataAdmin1

# Type of ciphers supported : aes, blowfish, twofish.
cipher=aes
# Repositories to protect - in the format:
# unencrypted_directory_1,unencrypted_directory_2,...

repo=/var/lib/mongodb,/var/log/mongodb
app_name=mongod
allowed_users=mongodb,sgadmin
