refactor: clean up configuration and add production infrastructure
- Add .aitbc.yaml configuration file with test values - Simplify .gitignore by removing merge conflicts and redundant entries - Reorganize .gitignore sections for better clarity - Set chain_id and proposer_id to empty strings in config.py (require explicit configuration) - Add production Helm values configuration - Add production nginx configuration - Update environment variable handling in chain settings
This commit is contained in:
2
.aitbc.yaml
Normal file
2
.aitbc.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
api_key: test_value
|
||||
coordinator_url: http://127.0.0.1:18000
|
||||
Reference in New Issue
Block a user