9 lines
264 B
Text
9 lines
264 B
Text
|
|
# General Bots Environment Configuration
|
||
|
|
# Copy this file to .env and fill in values
|
||
|
|
# NEVER commit .env to version control
|
||
|
|
|
||
|
|
# Vault connection
|
||
|
|
VAULT_ADDR=https://127.0.0.1:8200
|
||
|
|
VAULT_TOKEN=<your-vault-token-here>
|
||
|
|
VAULT_CACERT=./botserver-stack/vault/certs/ca.crt
|