@@ -1,4 +1,4 @@
---
-description: 本应用为陪玩项目Lanu的web端页面,针对移动端浏览器开发。使用Nuxt提供服务,前端使用Vue@3。接口文档中的ObjectId识别成string,由后端实现转换。
+description: 本应用为陪玩项目Gami的web端页面,针对移动端浏览器开发。使用Nuxt提供服务,前端使用Vue@3。接口文档中的ObjectId识别成string,由后端实现转换。
alwaysApply: true
@@ -1,2 +1,2 @@
-export const TOKEN_KEY = 'LANU-web_auth_token'
-export const DEVICE_UDID_KEY = 'LANU-web_device_udid'
+export const TOKEN_KEY = 'GAMI-web_auth_token'
+export const DEVICE_UDID_KEY = 'GAMI-web_device_udid'
@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
- name: 'Lanu Web',
+ name: 'gami',
port: '3000',
exec_mode: 'cluster',
instances: 'max',