-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
69 lines (60 loc) · 3.66 KB
/
.env.example
File metadata and controls
69 lines (60 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#google api key for nano banana
GOOG_API_KEY=
# =============================================================================
# DEVELOPMENT MODE CONFIGURATION
# =============================================================================
# This file contains environment variables for both Docker and Local development modes.
# Key differences between modes are noted below.
# MongoDB Configuration
# -----------------------------------------------------------------------------
# DB_HOST: MongoDB host address
# - Docker Mode: Use "mongodb" (Docker service name from docker-compose.yml)
# - Local Mode: Use "localhost" (MongoDB running on your machine)
DB_HOST=mongodb
# DB_PORT: MongoDB port used by *local scripts* (download/massage/dev checks) when running on your host.
# - Local Mode (recommended): 27017
# - If you want to connect from your host to the Docker Mongo container, set:
# DB_HOST=localhost
# DB_PORT=7017 (or whatever you set MONGODB_LOCAL_PORT to)
DB_PORT=27017
# DB_NAME: MongoDB database name (used by local scripts and the server when run outside Docker)
DB_NAME=pa-wildflower-selector
MONGODB_USER=root
MONGODB_PASSWORD=123456
MONGODB_DATABASE=pa-wildflower-selector
# MongoDB Ports
# - MONGODB_LOCAL_PORT: Port exposed on your host machine (for Docker mode)
# - MONGODB_DOCKER_PORT: Internal Docker port (usually 27017)
# - Local Mode: Connect directly to port 27017 (or your MongoDB port)
MONGODB_LOCAL_PORT=7017
MONGODB_DOCKER_PORT=27017
# Application Port
# - PORT: Port the Node.js server listens on
# - NODE_LOCAL_PORT: Port exposed on host (for Docker mode)
# - Local Mode: Server runs on PORT directly (default: 3000)
PORT=8080
NODE_LOCAL_PORT=6868
# External API Configuration
# -----------------------------------------------------------------------------
# These are the same for both Docker and Local modes
PAC_API_BASE_URL=https://app.plantagents.org
PAC_API_KEY={Ask us on codeforphilly slack channel #choose-native-plants-pa}
# Linode Object Storage Configuration
# -----------------------------------------------------------------------------
# These are the same for both Docker and Local modes
AWS_ACCESS_KEY_ID={Ask us on codeforphilly slack channel #choose-native-plants-pa}
AWS_SECRET_ACCESS_KEY{Ask us on codeforphilly slack channel #choose-native-plants-pa}
AWS_DEFAULT_REGION=us-east-1
LINODE_BUCKET_NAME=choose-native-plants
LINODE_ENDPOINT_URL=https://us-east-1.linodeobjects.com
# Source Data Google Sheet Locations
# -----------------------------------------------------------------------------
# These are the same for both Docker and Local modes
MASTER_CSV_URL=https://docs.google.com/spreadsheets/d/1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o/export?format=csv&id=1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o&gid=1957761759
ARTICLES_CSV_URL=https://docs.google.com/spreadsheets/d/1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o/export?format=csv&id=1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o&gid=1051500658
IMAGE_URLS_SHEET_ID=1A8NGzjm1rm_QXBY3hJicYVK13GiYf-qKrgC71q1l0pQ
SUPERPLANTS_CSV_URL=https://docs.google.com/spreadsheets/d/1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o/export?format=csv&id=1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o&gid=1087463332
LOCAL_MAP_CSV_URL=https://docs.google.com/spreadsheets/d/1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o/export?format=csv&id=1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o&gid=2078739318
CONTACT_SHEET_ID=1q_I2cx0ccaNtynDW491s3HdAXBN_zF9_BoKe7iH-ZLg
CONTACT_FILES_FOLDER_ID=16fKrgsG0sS9rD9xSrYY_SbGnzLnL3_Ou
ONLINE_STORES_CSV_URL=https://docs.google.com/spreadsheets/d/1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o/export?format=csv&id=1R_zhN3GUxhDEMlGFMhcPB_gAoaE9IoyWi10I_nM9f3o&gid=316834967