Skip to content

Commit

Permalink
Temp url for snooze feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX authored and KevinBoulongne committed Mar 6, 2025
1 parent 615a8bb commit 1bc7de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ android {
buildConfigField 'String', 'CREATE_ACCOUNT_SUCCESS_HOST', '"ksuite.infomaniak.com"'
buildConfigField 'String', 'CREATE_ACCOUNT_CANCEL_HOST', '"welcome.infomaniak.com"'
buildConfigField 'String', 'IMPORT_EMAILS_URL', '"https://import-email.infomaniak.com"'
buildConfigField 'String', 'MAIL_API', '"https://mail.infomaniak.com"'
// buildConfigField 'String', 'MAIL_API', '"https://mail.infomaniak.com"'
buildConfigField 'String', 'MAIL_API', '"https://mail-mr-6237.preprod.dev.infomaniak.ch"'
// buildConfigField 'String', 'MAIL_API', '"https://mail.preprod.dev.infomaniak.ch"' // Pre-production environment
buildConfigField 'String', 'SHOP_URL', '"https://ik.me"'
buildConfigField 'String', 'CHATBOT_URL', '"https://www.infomaniak.com/chatbot"'
Expand Down

0 comments on commit 1bc7de6

Please sign in to comment.