Skip to content

Commit

Permalink
allowed origins env
Browse files Browse the repository at this point in the history
  • Loading branch information
cankurttekin committed Nov 16, 2024
1 parent 7070777 commit 1fd7464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.jwtExpirationInMs=86400000

gemini.api.key=${GEMINI_API_KEY:"GEMINI_API_KEY"}

ALLOWED_ORIGINS=${ALLOWED_ORIGINS:localhost:3000}
#ALLOWED_ORIGINS=${ALLOWED_ORIGINS:localhost:3000}
server.port=${PORT:8080}
#server.ssl.key-store=classpath:keystore.p12
#server.ssl.key-store-password=${KEY_STORE_PASS}
Expand Down

0 comments on commit 1fd7464

Please sign in to comment.