-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default username and password using installation method of node and npm #24
Comments
Thank you for your interest. This project is a hobby project without any
financial backing. So do not expect quick answers. Meanwhile, you could
look into the source code. The password should be in an SQL file...
Dipen Patel <[email protected]> schrieb am Sa., 30. Juni 2018, 10:38:
…
-
*I'm submitting a ...*
[ ] bug report/ help
-
*What is the current behavior?*
successfully installed and start app but dont knwo what is default
username and password.
using docker default username and password work but not work on npm
based start without used of docker
demo of the problem**
[image: capture]
<https://user-images.githubusercontent.com/8135097/42123379-d34c7fb8-7c6e-11e8-93f1-1c75b6d04366.PNG>
-
*What is the expected behavior?*
must be able to login as default username and password or
need to provide where to create database , database name and database
location and default database user
-
*Please tell us about your environment:*
npm -v 3.10.10
node -v v6.14.2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTafmWsQPu3bMncmQ6tbvUKyLuZ7M-Bks5uBzkIgaJpZM4U95Z5>
.
|
ok...no problem..when u free and u can give answer. i can see in .sql below value but i don't know from which database file path application will fetch that data. INSERT INTO User VALUES('maintainer','[email protected]','Demo','Account','-2fa40176349855d6b07220f196f82200b876d9bfffa43168',X'41692618dc416d347bb448dcafe87d4d6df7a4c3','MAINTAINER'); Thanks |
I think the database should be stored at your users home directory, e.g. for Windows at
|
You are getting a 404, which means that this is not due to the database file, but because the basePath in the DefaultApi.ts is not right. Just change it as follows:
Then it should work. |
I think that this can be closed. |
@luko0610 just file a PR changing the README.md 😅 #hacktoberfest |
I'm submitting a ...
[ ] bug report/ help
What is the current behavior?
successfully installed and start app but dont knwo what is default username and password.
using docker default username and password work but not work on npm based start without used of docker
demo of the problem**
What is the expected behavior?
must be able to login as default username and password or
need to provide where to create database , database name and database location and default database user
Please tell us about your environment:
npm -v 3.10.10
node -v v6.14.2
The text was updated successfully, but these errors were encountered: