diff --git a/backend/src/main/resources/application-beta.properties b/backend/src/main/resources/application-beta.properties new file mode 100644 index 0000000..a77afdd --- /dev/null +++ b/backend/src/main/resources/application-beta.properties @@ -0,0 +1,8 @@ +spring.application.name=AltitudeWeb +database.name=${DB_NAME:web_db} +database.port=${DB_PORT:3306} +database.host=${DB_HOST:localhost} +database.user=${DB_USER:root} +database.password=${DB_PASSWORD:root} +cors.allowed-origins=${CORS:https://beta.alttd.com} +logging.level.com.alttd.altitudeweb=INFO