@cybermem/cli 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Environment: STAGING (Demo recording)
|
|
2
|
+
# Runs on port 8625 alongside prod (8626)
|
|
3
|
+
# Has Demo Mode toggle in Settings
|
|
4
|
+
|
|
5
|
+
CYBERMEM_ENV=staging
|
|
6
|
+
CYBERMEM_INSTANCE=local
|
|
7
|
+
TRAEFIK_PORT=8625
|
|
8
|
+
PROJECT_NAME=cybermem-staging
|
|
9
|
+
DATA_DIR=${HOME}/.cybermem-staging/data
|
|
10
|
+
CYBERMEM_ENV_PATH=${HOME}/.cybermem/.env
|
|
11
|
+
OM_API_KEY=
|
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Environment: STAGING (Demo recording)
|
|
2
|
+
# Runs on port 8625 alongside prod (8626)
|
|
3
|
+
# Has Demo Mode toggle in Settings
|
|
4
|
+
|
|
5
|
+
CYBERMEM_ENV=staging
|
|
6
|
+
CYBERMEM_INSTANCE=local
|
|
7
|
+
TRAEFIK_PORT=8625
|
|
8
|
+
PROJECT_NAME=cybermem-staging
|
|
9
|
+
DATA_DIR=${HOME}/.cybermem-staging/data
|
|
10
|
+
CYBERMEM_ENV_PATH=${HOME}/.cybermem/.env
|
|
11
|
+
OM_API_KEY=
|