Added test identifiers and created new base identifiers, so the old Q-Mail content will no longer appear.
App name and version updated in package.json
This commit is contained in:
parent
6ad071376b
commit
aaf9923103
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "q-mail",
|
"name": "q-mintership",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
export const AUDIO_BASE = "qaudio_qblog_";
|
const useTestIdentifiers = false;
|
||||||
export const THREAD_BASE = "qortal_qmail_thread_group";
|
|
||||||
export const ATTATCHMENT_BASE = "attachments_qmail_";
|
|
||||||
export const QMAIL_BASE = "_mail_qortal_qmail_";
|
|
||||||
|
|
||||||
export const THREAD_MESSAGE = "qortal_qmail_thmsg_group";
|
const appName = useTestIdentifiers ? "mintTEST" : "mintership";
|
||||||
|
export const AUDIO_BASE = `${appName}_qaudio`;
|
||||||
|
export const THREAD_BASE = `${appName}_forum_thread`;
|
||||||
|
export const ATTATCHMENT_BASE = `${appName}_attachments`;
|
||||||
|
export const QMAIL_BASE = `${appName}_mail`;
|
||||||
|
export const THREAD_MESSAGE = `${appName}_thread_message`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user