Skip to content

Commit

Permalink
build: dev and prod envs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Oct 17, 2023
1 parent 3e71df3 commit c5e1dab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
10 changes: 10 additions & 0 deletions .env.prod.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MONGO_USERNAME=root
MONGO_PASSWORD=example_password
MONGO_DB=ecfmp_test
MONGO_HOST=mongodb
MONGO_PORT=27017
AUTH_JWT_PUBLIC_KEY_FILE='./docker/dev_public_key.pub'
AUTH_JWT_PRIVATE_KEY_FILE='./docker/dev_private_key.pem'
AUTH_JWT_AUDIENCE='ecfmp-discord-dev'
LOG_LEVEL="FATAL"
DISCORD_BOT_TOKEN="abc"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
submodules: true

- name: Copy env file
run: cp .env.example .env
run: cp .env.dev.example .env

- name: Build Protobuf
run: make protobuf
Expand Down

0 comments on commit c5e1dab

Please sign in to comment.