const {APP_STORAGE} = process.env;

export const config = {
  app: {
    APP_STORAGE: APP_STORAGE,
  },
};
