diff --git a/.env.example b/.env.example index d843ca2a..782c9f36 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). @@ -28,18 +28,18 @@ DOMAIN_VALIDATION_KEY=todo_developer_portal PI_API_KEY=todo_developer_portal # Generate a random string, or roll your face on the keyboard to fill this value: -SESSION_SECRET=abcd1324_TODO +SESSION_SECRET=07b309a34f841fb3f16d65a112772bd0aaf6145322a6765e47149fe1e50a1c7ad6a3422335d8cf19cfde9b24019ea5c27b41109e20045fade1d152ee99a2df81 # 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. # 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