-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 784 Bytes
/
.env.example
File metadata and controls
23 lines (20 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ===========================================
# Google Maps Scraper API - Environment Variables
# ===========================================
# Copy this file to .env and fill in your credentials
# NEVER commit .env to version control!
# ===========================================
# Application Settings
# ===========================================
APP_NAME=Google Maps Scraper API
APP_ENV=development
# ===========================================
# API Authentication
# ===========================================
# Simple API key for authentication via X-API-Key header
# Leave empty to disable authentication (not recommended for production)
API_KEY=
# ===========================================
# Server Configuration
# ===========================================
PORT=8000