Skip to content

Commit

Permalink
update reademe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimsanghoon committed Feb 25, 2025
1 parent 7dcc140 commit 706cddd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ OFFLINE_MODE = true

```yml
# ./docker-compose.yaml
...
---
acebase:
image: ghcr.io/msa-ez/acebase:v1.0.18 # Acebase Docker Image
Expand All @@ -261,11 +262,12 @@ acebase:
DB_NAME: mydb
DB_PORT: 5757
DB_HTTPS: "false"
CLIENT_ID: 689a0fc9-a7af-4e67-8096-ad2d2b05db66 # Client ID
CLIENT_SECRET: gto_uwrnodpkfxajmppgmcyislv7vdcsk53lxyaifkmoxczqncqzyi6q # Client Secret
CLIENT_ID: 689a0fc9-a7af-4e67-8096-ad2d2b05db66 # OAuth Client ID
CLIENT_SECRET: gto_uwrnodpkfxajmppgmcyislv7vdcsk53lxyaifkmoxczqncqzyi6q # OAuth Client Secret
PROVIDER: gitea
GIT: "gitea:3000" # Git URL
PROTOCOL: http
...
```

### 6. Add Hosts File
Expand Down

0 comments on commit 706cddd

Please sign in to comment.