Skip to content

Commit

Permalink
Fix typo in the CI test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann-Core committed Oct 29, 2024
1 parent 3cce25c commit 6e0da13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create .env.example file with test variables
cat <<EOL > .env.example
SERVER_PUBLIC_DOMAIN=https://example.com/service-1
SERVER_PUBLIC_DOMAIN=https://example.com
SERVER_LOCAL_PORT=3000
STORAGE_DIRPATH=test/storage
MONGO_URI=mongodb://localhost:27017/
Expand Down

0 comments on commit 6e0da13

Please sign in to comment.