source: src/main/java/com/example/rezevirajmasa/demo/config/security/SecurityConstants.java

main
Last change on this file was b78c0c1, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

RetaurantServiceImpl problemi
isAvailable od tableEntity...

  • Property mode set to 100644
File size: 340 bytes
Line 
1package com.example.rezevirajmasa.demo.config.security;
2
3public class SecurityConstants {
4 public static final String SECRET = "s3cr3tt0k3n";
5 public static final long EXPIRATION_TIME = 864_000_000; // 10 days
6 public static final String TOKEN_PREFIX = "Bearer ";
7 public static final String HEADER_STRING = "Authorization";
8
9}
Note: See TracBrowser for help on using the repository browser.