Skip to content

Commit

Permalink
Fix allowed origin for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Apr 20, 2024
1 parent 179a61f commit fce4786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Created by http://rhizomik.net/~roberto/
*/
@Configuration
@Profile("flyio")
@Profile("flyio-db")
public class DatabaseConfig {
@Bean
public DataSource dataSource() throws URISyntaxException {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-flyio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allowed-origins: "https://angular-template.fly.dev, https://deploy-preview-*--angular-template.fly.dev"
allowed-origins: "https://mypets-geiade.netlify.app, https://deploy-preview-*--mypets-geiade.netlify.app"

logging:
level:
Expand Down

0 comments on commit fce4786

Please sign in to comment.