CompUGE-Bench / src /environments /environment.docker.ts
Ahmad Shallouf
initialize
1bc149f
raw
history blame contribute delete
68 Bytes
export const environment = {
apiUrl: 'http://backend:8000/api'
};