summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 7eefff8..a703010 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -16,6 +16,9 @@ pub struct Configuration {
/// Host URL
pub allowed_host: String,
+
+ /// Token used by Expo API to send a notification
+ pub expo_access_token: String,
}
impl Configuration {