Commit d213f77 1 parent 8f3304d commit d213f77 Copy full SHA for d213f77
File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ tbody.z-grid-emptybody td {
7
7
padding : 10px ;
8
8
}
9
9
10
+ .z-grid-body {
11
+ height : fit-content !important ;
12
+ }
13
+
10
14
.error {
11
15
color : # FF0000 ;
12
16
}
Original file line number Diff line number Diff line change
1
+ # Arquivo de Configuração
2
+
3
+ #GENERAL.URL = http://monografias.ice.ufjf.br/tcc-web
4
+
5
+ GENERAL.URL = localhost:8080/tccwebteste
6
+
7
+
8
+
9
+ # Hibernate
10
+ HIBERNATE.DRIVE = com.mysql.jdbc.Driver
11
+
12
+ HIBERNATE.DIALECT = org.hibernate.dialect.MySQLDialect
13
+
14
+
15
+ HIBERNATE.DB = jdbc:mysql://localhost/tcc_web
16
+
17
+ HIBERNATE.USER = root
18
+
19
+ HIBERNATE.PASS = 1234
20
+
21
+
22
+
23
+ # Integra
24
+
25
+ INTEGRA.APPTOKEN = 83c603028e89e447dadf439c5bbb2b778af0980d
26
+
27
+
28
+
29
+ # File Manager
30
+
31
+ FILE.PATH = /tcc-web/
32
+
33
+
34
+
35
+ # Mail
36
+
37
+ MAIL.USERNAME = sistema.ice.ufjf@gmail.com
38
+
39
+ MAIL.PASS = Si1stema
40
+
41
+ MAIL.FROM = sistema.ice.ufjf@gmail.com
You can’t perform that action at this time.
0 commit comments