-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
40 lines (31 loc) · 1.57 KB
/
.env.example
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
39
40
APPLICATION_NAME=FictionalUniversity
VALIDATE_CERTIFICATES=false
SERVER_PROTOCOL=http
SERVER_HOST=localhost
SERVER_PORT=4000
DB_HOST=localhost
DB_DATABASE=auther
DB_USER=user
DB_PASSWORD=password
PASSPORT_SECRET=super_secret
ADMIN_PASSWORD=wxc123
NODEMAILER_TRANSPORT=smtp
NODEMAILER_SMTP_HOST=smtp.ethereal.email
NODEMAILER_SMTP_PORT=587
NODEMAILER_SMTP_PASS=jhfzxWr4PwZwZdxAkf
CLIENT_URL_LOGIN_FROM_TOKEN=http://localhost:3000/auth/login/token/
CLIENT_URL_RESET_PASSWORD_PROCESS=http://localhost:3000/auth/password/reset/process/
CLIENT_URL_SHARE=http://localhost:3000/certificates/shared/
PDF_PREFIX=''
PDF_SUFFIX=''
PDF_STYLE_WRAPPER='font-size: 10px; height: 100%; display: flex; flex-direction: column; justify-content: center;'
PDF_STYLE_VERIFICATION_WRAPPER='margin-top:30px; width:100%; display:flex; display:-webkit-flex; justify-content:center; -webkit-justify-content:center; align-items:center; -webkit-align-items:center;'
PDF_STYLE_VERIFICATION_TEXT='font-size: 8px; color: #000000; font-family: Roboto, Helvetica, Arial, sans-serif;'
PDF_STYLE_VERIFICATION_LINK='color: #000000; font-family: Roboto, Helvetica, Arial, sans-serif;'
PDF_POWERED_BY_AUTHER=true
EMAIL_TEMPLATE_DIRECTORY='default'
EMAIL_LOGO='https://raw.githubusercontent.com/AutherOrg/static/master/images/fictionaluniversity/logo.png'
EMAIL_FOOTER='<p><a href="https://fictionaluniversity.auther.org">Fictional University</a>, Imaginary Street 1, Lambda City, SOME COUNTRY</a></p>'