Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cbdiscord
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Geovanny E. Vera Pazmino
cbdiscord
Commits
376fabef
Commit
376fabef
authored
May 16, 2020
by
Geovanny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README
parent
f8f245c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+12
-1
No files found.
README.md
View file @
376fabef
...
...
@@ -33,6 +33,17 @@ OR you can just invite my [bot](https://discord.com/oauth2/authorize?client_id=5
## Web App
Inside the server folder
You'll need to provide a .env file on the discord folder with the following:
```
DB_HOST=SOME_DB
DB_PORT=SOME_PORT
DB_USER=SOME_USER
DB_PASS=SOME_PASSWORD
DB_NAME=SOME_NAME
SESS_KEY=SOME_KEY
PASSWORD_SALT=SOME_SALT
```
Install the node packages:
```
npm install
...
...
@@ -44,4 +55,4 @@ If you only want to run the API, just remove line 24 in main.js:
app
.
use
(
serve
(
`
${
__dirname
}
/../web`
))
```
OR you can just go to my
[
page
](
http://http://34.86.43.193/
)
!
\ No newline at end of file
OR you can just go to my
[
page
](
http://34.86.43.193/
)
!
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment