Skip to content

Commit

Permalink
feature-toggle - sample feature-toggle in template
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnawatsut committed Mar 22, 2024
1 parent b54c050 commit c76198f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kbazaar/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ export SPRING_DATASOURCE_URL=jdbc:postgresql://${DB_URL}/${DB_NAME}
export SPRING_DATASOURCE_USERNAME=${DB_USERNAME}
export SPRING_DATASOURCE_PASSWORD=${DB_PASSWORD}
export SECURITY_JWT_SECRET=1ukPr@a1M@1T@1D3rN@NgJoNMaHenKubT@
# pre-generated jwt token: eyJhbGciOiJIUzI1NiJ9.eyJhdXRob3JpdGllcyI6WyJST0xFX1NIT1BQRVIiXSwic3ViIjoic2hvcHBlciIsImlhdCI6MTcxMTA4MTk1OSwiZXhwIjoxNzQyNjE3OTU5fQ.hwpc_6CL_ZENHurOaZEYg3tz9FVBgOYa7ILF063stxs

# export FEATURE_TOGGLE_PROMOTION_API=false
# pre-generated jwt token: eyJhbGciOiJIUzI1NiJ9.eyJhdXRob3JpdGllcyI6WyJST0xFX1NIT1BQRVIiXSwic3ViIjoic2hvcHBlciIsImlhdCI6MTcxMTA4MTk1OSwiZXhwIjoxNzQyNjE3OTU5fQ.hwpc_6CL_ZENHurOaZEYg3tz9FVBgOYa7ILF063stxs

0 comments on commit c76198f

Please sign in to comment.