Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 375 Bytes

File metadata and controls

11 lines (8 loc) · 375 Bytes

Info about Sensitive file

NB: Be aware of sharing this sensitive credentials on any repo, anyone have this credentials have a step away messing up with your app.

Your sensitive file should look like the following:
const EncryptionKey = 'YOUR_ENCRYPTION_KEY';
const ONESIGNAL_APP_ID = 'YOUR_ONESIGNAL_APP_ID';

export {EncryptionKey, ONESIGNAL_APP_ID};