lodewallet-xcode/config/readme.md

10 lines
346 B
Markdown
Raw Permalink Normal View History

2023-01-19 19:08:25 +00:00
### Config
Obelisk projects should contain a config folder with the following subfolders: common, frontend, and backend.
Things that should never be transmitted to the frontend belong in backend/ (e.g., email credentials)
Frontend-only configuration belongs in frontend/.
Shared configuration files (e.g., the route config) belong in common/