-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6c61d
commit 704a4c3
Showing
47 changed files
with
573 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pub const LOCAL_HOST: &str = "127.0.0.1"; | ||
pub const TEST_URL: &str = "http://foo.com"; | ||
pub const TEST_DOMAIN: &str = "foo.com"; | ||
pub const TEST_BAR_SUBDOMAIN: &str = "bar.foo.com"; | ||
pub const TEST_BAZ_SUBDOMAIN: &str = "baz.foo.com"; | ||
pub const TEST_API_KEY: &str = "test-api-key"; |
Oops, something went wrong.