Commit ff3d721 afabiani
committed
1 parent 8c6d026 commit ff3d721 Copy full SHA for ff3d721
File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ RESOLVER=127.0.0.11
81
81
# #################
82
82
# geoserver
83
83
# #################
84
- GEOSERVER_WEB_UI_LOCATION = http://localhost/geoserver/
85
- GEOSERVER_PUBLIC_LOCATION = http://localhost/geoserver/
84
+ GEOSERVER_WEB_UI_LOCATION = http://localhost:8080 /geoserver/
85
+ GEOSERVER_PUBLIC_LOCATION = http://localhost:8080 /geoserver/
86
86
GEOSERVER_LOCATION = http://geoserver:8080/geoserver/
87
87
GEOSERVER_ADMIN_USER = admin
88
88
GEOSERVER_ADMIN_PASSWORD = geoserver
@@ -183,7 +183,7 @@ BING_API_KEY=
183
183
GOOGLE_API_KEY =
184
184
185
185
# Monitoring
186
- MONITORING_ENABLED = True
186
+ MONITORING_ENABLED = False
187
187
MONITORING_DATA_TTL = 365
188
188
USER_ANALYTICS_ENABLED = True
189
189
USER_ANALYTICS_GZIP = True
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ pip-log.txt
7
7
MANIFEST
8
8
dist
9
9
.idea /
10
- .vscode /
11
10
.pytest_cache /
12
11
pip-wheel-metadata /
13
12
# supporting stuff pulled in by paver script
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ {
5
+ "name" : " Python: Django" ,
6
+ "type" : " python" ,
7
+ "request" : " launch" ,
8
+ "program" : " ./manage.py" ,
9
+ "args" : [
10
+ " runserver" ,
11
+ " 0.0.0.0:8000"
12
+ ],
13
+ "django" : true ,
14
+ "justMyCode" : false ,
15
+ "envFile" : " ${workspaceFolder}/.devcontainer/.env" ,
16
+ "cwd" : " ${workspaceFolder}"
17
+ }
18
+ ]
19
+ }
Original file line number Diff line number Diff line change
1
+ . $HOME /.override_env
2
+ /usr/local/bin/paver $@
You can’t perform that action at this time.
0 commit comments