Skip to content

Commit 6d7a98e

Browse files
Rename: Modifying domain and project name.
1 parent a63e10c commit 6d7a98e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
name = "tinypy-infra"
2+
name = "edge-python-infrastructure"
33
version = "0.1.0"
44
edition = "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/"
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Tiny Python Infrastructure
1+
## Edge Python Infrastructure
22

33
Infrastructure 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
1919
cd tiny-python_infrastructure
2020
cargo build --release
2121
```

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Config file for CDK setup.
33
*/
44

5-
const DOMAIN: &str = "tinypy.net";
5+
const DOMAIN: &str = "edgepython.com";
66

77
const BASE_DOMAIN: &str = "https://api.cloudflare.com";
88

99
const SUBDOMAINS: &[(&str, &str)] = &[
10-
("infra", "github.com/dylan-sutton-chavez/tinypy-infra/")
10+
("infra", "github.com/dylan-sutton-chavez/edge-python_infrastructure/")
1111
];
1212

1313
const CDN_SUBDOMAIN: &str = "cdn";

0 commit comments

Comments
 (0)