mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
21 lines
721 B
INI
21 lines
721 B
INI
[cgrates_server]
|
|
# Add your server IP or hostname here
|
|
# Example:
|
|
# cgrates-server ansible_host=192.168.1.100 ansible_user=user1
|
|
|
|
[cgrates_server:vars]
|
|
# GitHub repository settings (might wanna encrypt these with ansible-vault)
|
|
vault_github_token=your_github_personal_access_token_here
|
|
vault_github_repo_owner=your_github_username_or_org
|
|
vault_github_repo_name=your_private_config_repo_name
|
|
|
|
# Configuration source path in repository
|
|
vault_cgrates_config_source_path=node_test/etc/cgrates
|
|
|
|
# TP directory path where CGRates creates lock files when loading TP data (optional)
|
|
vault_cgrates_tp_path=node_test/tp
|
|
|
|
# SSH key configuration (optional)
|
|
# github_ssh_use_deploy_keys=false
|
|
# github_ssh_deploy_key_read_only=false
|