forked from PlaySkyHD/SportSpot-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevelopment.env
More file actions
19 lines (19 loc) · 1.07 KB
/
Development.env
File metadata and controls
19 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MongoDBConnection=mongodb://mongodb:27017/
MongoDBDatabase=SportSpot
JWT_Secret=ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM
JWT_ValidAudience=http://localhost:61955
JWT_ValidIsUser=http://localhost:4200
ASPNETCORE_ENVIRONMENT=Development
ASPNETCORE_HTTP_PORTS=8080
MariaDBConnection=server=mariadb;user id=root;password=secret;database=Auth
MariaDBCheckSchema=true
AZURE_BLOB_STORAGE=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurestorageemulator:10000/devstoreaccount1;
AZURE_BLOB_CONTAINER=sportspot
#Local-Emulator => http://restemulator:8083/oauth
OAUTH_GOOGLE_USER_INFORMATION_ENDPOINT=https://www.googleapis.com/oauth2/v3/userinfo
Location_Cache_DB_Name=LocationCache
Location_Cache_DB_Connection=cache
#Azure => https://atlas.microsoft.com/search/address/json
AZURE_MAPS_SEARCH_ENDPOINT=http://restemulator:8083/search
#Azure => https://atlas.microsoft.com/search/address/reverse/json
AZURE_MAPS_REVERSE_LOCATION_ENDPOINT=http://restemulator:8083/reverse