mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 16:46:42 +02:00
refactor: restructure
monorepo with apps/ and services/ directories
This commit is contained in:
parent
25824ed0ac
commit
ff80aeec1f
4062 changed files with 2592 additions and 1278 deletions
12
apps/news/.env.example
Normal file
12
apps/news/.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Database
|
||||
DATABASE_URL=postgresql://news:news_dev_password@localhost:5432/news_hub
|
||||
|
||||
# API
|
||||
API_PORT=3000
|
||||
API_URL=http://localhost:3000
|
||||
|
||||
# Better Auth
|
||||
BETTER_AUTH_SECRET=your-super-secret-key-change-in-production
|
||||
|
||||
# Mobile App
|
||||
EXPO_PUBLIC_API_URL=http://localhost:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue