-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.sample-env
38 lines (31 loc) · 1.54 KB
/
.sample-env
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
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
MOBILE_APP_SECRET="random_string"
DATABASE_URL="postgresql://nld_db_user:nld_db_pass@localhost:6543/nld_dev_db?schema=public"
DIRECT_URL="postgresql://nld_db_user:nld_db_pass@localhost:6543/nld_dev_db?schema=public"
NEXTAUTH_SECRET="another_random_string"
NEXTAUTH_URL="http://localhost:3000"
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_REGION=""
AWS_NEXT_BUCKET_NAME=""
NEXT_PUBLIC_AWS_NEXT_CLOUDFRONT="https://d21b28k8fi25fx.cloudfront.net"
AWS_WP_CLOUDFRONT="https://d309zx38sewmgu.cloudfront.net"
AWS_SEED_BUCKET_NAME=""
AWS_SEED_FILE=""
AWS_GEOJSON_BUCKET=""
AWS_API_ENDPOINT="https://euxj8ig4bf.execute-api.us-west-2.amazonaws.com/dev/nld_api_dev"
AWS_GEOCODE_ENDPOINT="https://war8gl5u77.execute-api.us-west-2.amazonaws.com/dev/nld_search_dev"
NEXT_PUBLIC_TINYMCE_KEY=""
NEXT_PUBLIC_MAPBOX_PUBLIC_TOKEN=""
NEXT_PUBLIC_MAPBOX_STYLE=""
NEXT_PUBLIC_MAPBOX_STYLE_RESEARCH=""
MAPBOX_USERNAME=""
MAPBOX_SECRET_TOKEN=""
TERRITORIES_TILESET_NAME="nld_local_terr_tilset"
LANGUAGES_TILESET_NAME="nld_local_lang_tilset"
TREATIES_TILESET_NAME="nld_local_treat_tilset"
GREETINGS_TILESET_NAME="nld_local_greet_tileset"
RESEND_API_KEY=""