6 lines
206 B
Bash
6 lines
206 B
Bash
# Example environment file for WebGIS
|
|
# Copy this file to `.env` and fill in real values. Do NOT commit `.env`.
|
|
|
|
# Generate a random key: `openssl rand -hex 16`
|
|
API_KEY=replace_with_a_secure_random_hex_key
|