-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.yaml
More file actions
54 lines (54 loc) · 1.21 KB
/
env.yaml
File metadata and controls
54 lines (54 loc) · 1.21 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
development:
PORT: 3000
DOMAIN: http://localhost:3000
DATABASES:
MYSQL:
HOST: localhost
TYPE: mysql
PORT: 4000
DATABASE: cursonodejs
USERNAME: root
PASSWORD: root
SYNCHRONIZE: true
ENTITIES: ["src/entities/*.entity.ts", "dist/entities/*.entity.js"]
EXTRA_CONNECTIONS: 10
LOGGING: false
REDIS:
HOST: localhost
PORT: 6380
PASS: todovale
APP:
PAGE_SIZE: 30
TOKEN:
SECRET_WORD: 5ea7140a-8ba0-4760-9133-efcb868b7a46
TIME_LIVE: 30
S3:
bucketName: cursonodejs08
bucketPath: https://cursonodejs08.s3.amazonaws.com
test:
PORT: 3000
DOMAIN: http://localhost:3000
DATABASES:
MYSQL:
HOST: localhost
TYPE: mysql
PORT: 4000
DATABASE: cursonodejs
USERNAME: root
PASSWORD: root
SYNCHRONIZE: true
ENTITIES: ["src/entities/*.entity.ts", "dist/entities/*.entity.js"]
EXTRA_CONNECTIONS: 10
LOGGING: false
REDIS:
HOST: localhost
PORT: 6380
PASS: todovale
APP:
PAGE_SIZE: 30
TOKEN:
SECRET_WORD: 5ea7140a-8ba0-4760-9133-efcb868b7a46
TIME_LIVE: 30
S3:
bucketName: cursonodejs08
bucketPath: https://cursonodejs08.s3.amazonaws.com