Skip to content

Commit

Permalink
chore: add directus server
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 30, 2024
1 parent 40e5138 commit 1237e2d
Show file tree
Hide file tree
Showing 6 changed files with 22,301 additions and 8,105 deletions.
5 changes: 5 additions & 0 deletions directus/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DB_CLIENT=sqlite3
DB_FILENAME=./data/.db
ADMIN_EMAIL=[email protected]
ADMIN_PASSWORD=pKdBztcpNUBY
PUBLIC_URL=http://localhost:8055
2 changes: 2 additions & 0 deletions directus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!.env
data
12 changes: 12 additions & 0 deletions directus/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "directus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Loading

0 comments on commit 1237e2d

Please sign in to comment.