Skip to content

Commit

Permalink
added the misingenviormnet variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bernes1 committed Sep 14, 2023
1 parent 36f7f47 commit 0fdaf4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ Docker-setup for å sette opp ett lokalt fullstack environment for å utvikle de
MAILGUN_FROM_EMAIL=
```
```
// .rabbitmq_env
RABBITMQ_DEFAULT_USER=phoenix
RABBITMQ_DEFAULT_PASS=testing
RABBITMQ_USER=phoeniX
RABBITMQ_PASSWORD=testing
RABBITMQ_HOST=rabbitmq
```
```
// .participate_env
STRIPE_PK=" "
```
- Kjør `yarn` i alle node repoene for å installere de nødvendige node modulene.

- (I phoenixjs må du også kjøre `yarn build`)
Expand Down

0 comments on commit 0fdaf4c

Please sign in to comment.