Skip to content

Commit 4701183

Browse files
committed
Remove config.json.
Remove configure-environment script
1 parent a82a738 commit 4701183

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ ifneq ($(HOST),dom0)
1515
endif
1616

1717
all: assert-dom0
18-
@echo "Please run one of the following targets:"
18+
@echo "Please ensure you have a bootsrap rpm installed, then run one of the following targets:"
1919
@echo
2020
@echo "make dev"
2121
@echo "make staging"
22-
@echo
23-
@echo "These targets will set your config.json to the appropriate environment."
2422
@false
2523

2624
dev staging: assert-dom0 ## Configures and builds a dev or staging environment
27-
./scripts/configure-environment.py --env $@
2825
$(MAKE) assert-keyring-%
2926
@./scripts/prep-dev
3027
@./files/validate_config.py

files/config.json.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"hostname": "sdolvtfhatvsysc6l34d65ymdwxcujausv7k5jk4cy5ttzhjoi6fzvyd.onion",
55
"key": "5U4JPYSZ34N2ZDSOUAL2YLEX2NPI5BLL2Y66QJW24KLSH7R3FEPQ"
66
},
7-
"environment": "prod",
87
"vmsizes": {
98
"sd_app": 10,
109
"sd_log": 5

scripts/configure-environment.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)