Skip to content

Commit

Permalink
change domain and urls to database
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoclpf committed Apr 27, 2021
1 parent 10c6ddd commit 96807a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/html-partials/head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" href="favicon.ico" type="image/x-icon">

<meta http-equiv="Content-Security-Policy" content="
default-src 'self' data: file: gap: ms-appdata: https://ssl.gstatic.com https://developers.google.com https://ssl.gstatic.com https://maps.googleapis.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com https://cdnjs.cloudflare.com https://use.fontawesome.com https://fonts.gstatic.com https://cmd.autenticacao.gov.pt https://frtend.reg.cmd.autenticacao.gov.pt https://contabo.joaopimentel.com https://www.carrosraros.pt https://nominatim.openstreetmap.org https://play.google.com https://apps.apple.com 'unsafe-eval';
default-src 'self' data: file: gap: ms-appdata: https://ssl.gstatic.com https://developers.google.com https://ssl.gstatic.com https://maps.googleapis.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com https://cdnjs.cloudflare.com https://use.fontawesome.com https://fonts.gstatic.com https://cmd.autenticacao.gov.pt https://frtend.reg.cmd.autenticacao.gov.pt https://contabo.joaopimentel.com https://www.carrosraros.pt https://nominatim.openstreetmap.org https://play.google.com https://apps.apple.com https://form-for-parking-violation.joaopimentel.com 'unsafe-eval';
style-src 'self' https://fonts.googleapis.com https://stackpath.bootstrapcdn.com 'unsafe-inline';
media-src file: *;
img-src * 'self' data: file:;
Expand Down
8 changes: 4 additions & 4 deletions www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ app.main = (function (thisModule) {
app_iOS: 'https://apps.apple.com/pt/app/id1291777170'
},
databaseServer: {
uploadImages: 'https://contabo.joaopimentel.com/passeio_livre/serverapp_img_upload', // used to upload an image
requestImage: 'https://contabo.joaopimentel.com/passeio_livre/image_server', // folder where all the images are stored
uploadOccurence: 'https://contabo.joaopimentel.com/passeio_livre/serverapp', // to upload anew or update the data of an occurence
requestHistoric: 'https://contabo.joaopimentel.com/passeio_livre/serverapp_get_historic' // to request all historic ocurrences of current user
uploadImages: 'https://form-for-parking-violation.joaopimentel.com/serverapp_img_upload', // used to upload an image
requestImage: 'https://form-for-parking-violation.joaopimentel.com/image_server', // folder where all the images are stored
uploadOccurence: 'https://form-for-parking-violation.joaopimentel.com/serverapp', // to upload anew or update the data of an occurence
requestHistoric: 'https://form-for-parking-violation.joaopimentel.com/serverapp_get_historic' // to request all historic ocurrences of current user
},
androidApps: {
thisApp: 'https://play.google.com/store/apps/details?id=com.form.parking.violation',
Expand Down

0 comments on commit 96807a4

Please sign in to comment.