-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
20 lines (17 loc) · 919 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Server
DOMAIN_NAME = bayfield.dev # Domain name
SESSION_COOKIE_DOMAIN = .bayfield.dev # Cookie name
DOWNLOAD_PATH = "/downloads" # Must start with /
MAX_DURATION = 7200 # 2 hours
MAX_SAVE = 604800 # 7 days
ADMIN_ONLY = false # true or false
# Google API Key # For the map subdomain
GOOGLE_API_KEY = # https://console.cloud.google.com/project/_/google/maps-apis/credentials
# Flask
FLASK_SECRET_KEY = # Secret key, generated automatically if not set
# Database
POSTGRES_DATABASE = # Database name
POSTGRES_USER = # Database user
POSTGRES_PASSWORD = # Database password
POSTGRES_HOST = # Database host
POSTGRES_PORT = # Database port