Skip to content
Snippets Groups Projects
Select Git revision
  • redesign
  • development default protected
  • more_forwarding_to_staff
  • main protected
  • 389-queue-2-0-modules-page-pagination
  • 739-add-pdf-support-for-presentation-slides
  • 454-selection-for-student-groups-with-multiple-students
  • ask-why-student-requeued
  • 571-allowed-assignments-for-multiple-roles
  • 552-trying-to-create-a-lab-without-specifying-any-request-type-leads-to-oops-screen
  • 628-add-a-button-for-tas-to-redirect-a-request-to-a-head-ta-and-or-lecturer
  • 729-re-think-lab-create-page
  • busy-lab-notification
  • 732-allow-lab-creation-based-on-mytimetable-schedule
  • accountability
  • 691-notification-for-staff-about-busy-lab
  • profile
  • 695-refactor-methods-in-requesttableservice
  • 99-allow-adding-students-staff-using-email-student-number-name
  • flag-feedback
  • fix-mysql-tests
  • 2425.0.1-release protected
  • 2425.0.0-release protected
  • 2.3.2-release protected
  • 2.3.0-release protected
  • 2.2.2-release protected
  • 2.2.1-release protected
  • 2.2.0-release protected
  • 2.1.4-release protected
  • 2.1.3-release protected
  • 2.1.2-release protected
  • 2.1.1-release protected
  • 2.1.0-release protected
  • 1.0.1-release protected
  • 1.0.0-release protected
35 results

application.properties

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    application.properties 1.02 KiB
    # Production profile (hides stack traces in error.html)
    spring.profiles.active=production
    
    # Datasource
    #spring.datasource.driverClassName=org.postgresql.Driver
    #spring.datasource.url=jdbc:postgresql://localhost:5432/queue
    #spring.datasource.url = "jdbc:postgresql://${CI_ENVIRONMENT_SLUG}-postgres:5432/${POSTGRES_DB}?user=${POSTGRES_USER}&password=${POSTGRES_PASSWORD}&sslmode=disable"
    spring.datasource.url=jdbc:h2:mem:testdb
    #spring.datasource.username=queue
    #spring.datasource.password=
    
    # JPA
    spring.jpa.show-sql=false
    #spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
    spring.jpa.hibernate.ddl-auto=create
    spring.jpa.properties.hibernate.globally_quoted_identifiers=true
    spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
    
    # Hibernate
    hibernate.dialect.storage_engine=H2
    
    # Push messaging
    queue.gcmApiKey=gcm
    # This might look like an actual key, but it's not.
    queue.pushPrivateKey=VGhpcyBpcyBhIHB1YmxpYyBrZXk=
    # This might look like an actual key, but it's not.
    queue.pushPublicKey=VGhpcyBpcyBhIHByaXZhdGUga2V5