File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
2- name = " tinypy-infra "
2+ name = " edge-python-infrastructure "
33version = " 0.1.0"
44edition = " 2024"
5- description = " Infrastructure deployment tool for managing GCP services and cloudflare DNS configurations."
6- repository = " https://github.com/dylan-sutton-chavez/tinypy-infra /"
5+ description = " Infrastructure deployment tool for managing Cloudflare CDN and DNS configurations."
6+ repository = " https://github.com/dylan-sutton-chavez/edge-python_infrastructure /"
77license = " MIT OR Apache-2.0"
88readme = " README.md"
99
Original file line number Diff line number Diff line change 1- ## Tiny Python Infrastructure
1+ ## Edge Python Infrastructure
22
33Infrastructure deployment tool for managing Cloudflare CDN and DNS configurations.
44
@@ -15,7 +15,7 @@ Infrastructure deployment tool for managing Cloudflare CDN and DNS configuration
1515## Usage
1616
1717``` bash
18- git clone https://github.com/dylan-sutton-chavez/tiny -python_infrastructure.git
18+ git clone https://github.com/dylan-sutton-chavez/edge -python_infrastructure.git
1919cd tiny-python_infrastructure
2020cargo build --release
2121```
Original file line number Diff line number Diff line change 22Config file for CDK setup.
33*/
44
5- const DOMAIN: &str = "tinypy.net ";
5+ const DOMAIN: &str = "edgepython.com ";
66
77const BASE_DOMAIN: &str = "https://api.cloudflare.com";
88
99const SUBDOMAINS: &[(&str, &str)] = &[
10- ("infra", "github.com/dylan-sutton-chavez/tinypy-infra /")
10+ ("infra", "github.com/dylan-sutton-chavez/edge-python_infrastructure /")
1111];
1212
1313const CDN_SUBDOMAIN: &str = "cdn";
You can’t perform that action at this time.
0 commit comments