From d838929348f064e27b15f6268345ac59e479a2fc Mon Sep 17 00:00:00 2001 From: TOKOEDDI Date: Tue, 22 Oct 2024 20:42:08 +0700 Subject: [PATCH 1/3] Update .env.example 07b309a34f841fb3f16d65a112772bd0aaf6145322a6765e47149fe1e50a1c7ad6a3422335d8cf19cfde9b24019ea5c27b41109e20045fade1d152ee99a2df81 --- .env.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index d843ca2a..74fe6886 100644 --- a/.env.example +++ b/.env.example @@ -12,12 +12,12 @@ # # Frontend app URL and bare domain name: -FRONTEND_URL=https://frontend.example.com -FRONTEND_DOMAIN_NAME=frontend.example.com +FRONTEND_URL=https://eddi-pigroup.com +FRONTEND_DOMAIN_NAME=eddi-pigroup.com # Backend app URL and bare domain name: -BACKEND_URL=https://backend.example.com -BACKEND_DOMAIN_NAME=backend.example.com +BACKEND_URL=https://eddi-pigroup.com +BACKEND_DOMAIN_NAME=eddi-pigroup.com # Obtain the following 2 values on the Pi Developer Portal (open develop.pi in the Pi Browser). @@ -31,9 +31,9 @@ PI_API_KEY=todo_developer_portal SESSION_SECRET=abcd1324_TODO # MongoDB database connection details: -MONGODB_DATABASE_NAME=demoapp -MONGODB_USERNAME=demoapp -MONGODB_PASSWORD=abcd1234 +MONGODB_DATABASE_NAME=eddq4482_tokoeddi +MONGODB_USERNAME=eddq4482_eddq4482 +MONGODB_PASSWORD=LMLmO68g@ufo # This will be prepended to all container names. From f23dcfe93a31714ecc9d96e3f4df95d17bb16163 Mon Sep 17 00:00:00 2001 From: TOKOEDDI Date: Tue, 22 Oct 2024 20:56:07 +0700 Subject: [PATCH 2/3] Update .env.example Harga Pi gcv 314.159$ --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 74fe6886..b0e55d46 100644 --- a/.env.example +++ b/.env.example @@ -39,7 +39,7 @@ MONGODB_PASSWORD=LMLmO68g@ufo # This will be prepended to all container names. # Changing this will make docker-compose lose track of all your containers. # Run `docker-compose down` before changing it. -COMPOSE_PROJECT_NAME=pi-demo-app +COMPOSE_PROJECT_NAME=eddi-pigroup.com # Set this to either "development" or "production" (XXX "staging"?): ENVIRONMENT=production @@ -48,4 +48,4 @@ ENVIRONMENT=production DATA_DIRECTORY=./docker-data # URL of the Pi Platform API - you should not need to change this. -PLATFORM_API_URL=https://api.minepi.com +PLATFORM_API_URL=https://eddi-pigroup.com From cd8c1cb616e1007b8947b54b7f149988a308f3c7 Mon Sep 17 00:00:00 2001 From: TOKOEDDI Date: Tue, 22 Oct 2024 20:59:17 +0700 Subject: [PATCH 3/3] Update .env.example