-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from lobophf/server-config
Server config
- Loading branch information
Showing
5 changed files
with
83 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
module.exports = [ | ||
{ | ||
id: 1, | ||
lat: "-27.222633", | ||
lng: "-49.6455874", | ||
name: "Lar das meninas", | ||
description: "Presta assistência a crianças de 06 a 15 anos que se encontrem em situação de risco e/ou vulnerabilidade social.", | ||
images: [ | ||
"https://images.unsplash.com/photo-1592676720632-e0f4741e1f46?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/flagged/photo-1576028246561-d6e04a34adbf?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjF9", | ||
"https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1507036066871-b7e8032b3dea?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1562346631-89773e8cd3cb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1597695435079-8544505c3a60?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
], | ||
instructions: "Venha se sentir a vontade e traga muito amor e atenção para dar.", | ||
opening_hours: "Horário de visita das 6h as 18h", | ||
open_on_weekends: "1", | ||
}, | ||
{ | ||
id: 2, | ||
lat: "-27.222633", | ||
lng: "-49.6555874", | ||
name: "Lar dos guris", | ||
description: "Presta assistência a crianças de 06 a 15 anos que se encontrem em situação de risco e/ou vulnerabilidade social.", | ||
images: [ | ||
"https://images.unsplash.com/photo-1592676720632-e0f4741e1f46?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/flagged/photo-1576028246561-d6e04a34adbf?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjF9", | ||
"https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1507036066871-b7e8032b3dea?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1562346631-89773e8cd3cb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
"https://images.unsplash.com/photo-1597695435079-8544505c3a60?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9", | ||
], | ||
instructions: "Venha se sentir a vontade e traga muito amor e atenção para dar.", | ||
opening_hours: "Horário de visita das 6h as 18h", | ||
open_on_weekends: "0", | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters