-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
42 lines (37 loc) · 819 Bytes
/
.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
41
42
APP_NAME = GolandAuthService
APP_EMAIL =
# Postgres Live
# API_SECRET=98hbun98h #Used when creating a JWT. It can be anything
# DB_HOST=127.0.0.1
# DB_DRIVER=postgres
# DB_USER=username
# DB_PASSWORD=password
# DB_NAME=fullstack_api
# DB_PORT=5432 #Default postgres port
# Postgres Test
# TestApiSecret=98hbun98h
# TestDbHost=127.0.0.1
# TestDbDriver=postgres
# TestDbUser=username
# TestDbPassword=password
# TestDbName=fullstack_api_test
# TestDbPort=5432
#Mysql Live
JWT_SECRET= #Used when creating a JWT. It can be anything
DB_HOST=127.0.0.1
DB_DRIVER=mysql
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=3306 #Default mysql port
#Mysql Test
#TestJWTSecret=98hbun98h
#TestDbHost=127.0.0.1
#TestDbDriver=mysql
#TestDbUser=
#TestDbPassword=
#TestDbName=
#TestDbPort=3306
#Mailgun
MAILGUN_API_KEY =
MAILGUN_DOMAIN =