forked from exadel-inc/CompreFace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
24 lines (23 loc) · 792 Bytes
/
.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
registry=
postgres_password=postgres
postgres_username=postgres
postgres_db=frs
postgres_domain=compreface-postgres-db
postgres_port=5432
email_host=smtp.gmail.com
email_username=
email_from=
email_password=
enable_email_server=false
save_images_to_db=true
compreface_api_java_options=-Xmx8g
compreface_admin_java_options=-Xmx8g
ADMIN_VERSION=latest
API_VERSION=latest
FE_VERSION=latest
CORE_VERSION=latest
# ND4J library classifier values:
# * linux-x86_64, windows-x86_64, macosx-x86_64 - old CPUs (pre 2012) and low power x86 (Atom, Celeron): no AVX support (usually)
# * linux-x86_64-avx2, windows-x86_64-avx2, macosx-x86_64-avx2 - most modern x86 CPUs: AVX2 is supported
# * linux-x86_64-avx512 - some high-end server CPUs: AVX512 may be supported
ND4J_CLASSIFIER=linux-x86_64