-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating readme and adding constants for ssl cert paths
- Loading branch information
1 parent
e44d7a0
commit 27bb5bd
Showing
3 changed files
with
13 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// pub const INDEX_PATH: &str = "frontend/dist/index.html"; | ||
// pub const FAVICON_PATH: &str = "./frontend/resources/favicon_io/favicon.ico"; | ||
pub const FRONTEND_DIST_PATH: &str = "frontend/dist/exported"; | ||
pub const SSL_CERT_PATH: &str = "./certs"; | ||
pub const SSL_CERT_FILE_PATH: &str = "cert.pem"; | ||
pub const SSL_CERT_KEY_FILE_PATH: &str = "key.pem"; |