My Wiki!
**You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
Media Files
# Local dev environment # Front-end ## .env file ``` #export API_HOST=https://api.dev.x-hr.ai --> use dev stack backend export API_HOST=http://localhost:8080 --> use local backend (devlocal repo, identitiy-management-service?? as proxy) ``` ## AI agent platform-frontend-app/src/shared/services/sse/SseServiceImpl.ts:54-56 ``` //const baseUrl = this.getBaseUrl() const baseUrl = "http://localhost:8080" --> Agent-service backend const url = `${baseUrl}${path} ``` # identitiy-management-service Insert dummy user: ''' psql -h localhost -p 5432 -U admin -d authdb -c "INSERT INTO \"public\".\"users\" (\"id_user\", \"username\", \"email\", \"status\", \"fk_tenant\", \"source\", \"password\", \"requires_password_change\", \"last_password_change_at\", \"email_verification_required\", \"email_verified\", \"created_at\", \"updated_at\") VALUES ('df109bb1-e781-4b45-b4e8-f7731aec674f', 'demo', 'demo@demo.com', 'ACTIVE', 1, 'LOCAL', '\$2b\$12\$xVrz/Fc0By6avjI5nEcxIOOCo6fXKUxtBZ8WEbMnWlzasjVTdi2rq', 'f', NULL, 'f', 'f', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);" '''
Save
Preview
Cancel
Edit summary
Note: By editing this page you agree to license your content under the following license:
Trace:
Article
Discussion
Edit this page
Old revisions
Log In
Navigation
ai_eng
cloudsa
devices
devops
documents
linux
misc
old_wiki
playground
programming
projects
resources
todo
ui-ux
virtualization
wiki
windows
work_dai_labor
yacoub
00_watch_list
01_publication_watchlist
02_pjs_task_overview
apache_wiki
damcuoi
heuristics
learning_resources
navigation
sidebar
td_wiki
v_openinfra_watch
Search
Toolbox
What links here
Recent Changes
Media Manager
Site index
Printable version
Permanent link
Cite this article