Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 25a4e7de
authored
May 20, 2022
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme and http -> https
1 parent
98a641d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
code/pom.xml
docker/README.md
code/pom.xml
View file @
25a4e7d
...
@@ -54,10 +54,10 @@
...
@@ -54,10 +54,10 @@
<payara.version>
4.1.2.181
</payara.version>
<payara.version>
4.1.2.181
</payara.version>
</properties>
</properties>
<url>
http://codecrew.fi
</url>
<url>
http
s
://codecrew.fi
</url>
<organization>
<organization>
<name>
Codecrew RY
</name>
<name>
Codecrew RY
</name>
<url>
http://codecrew.fi
</url>
<url>
http
s
://codecrew.fi
</url>
</organization>
</organization>
<scm>
<scm>
<connection>
scm:git:https://gitlab.codecrew.fi/codecrew/moya.git
</connection>
<connection>
scm:git:https://gitlab.codecrew.fi/codecrew/moya.git
</connection>
...
...
docker/README.md
0 → 100644
View file @
25a4e7d
# Restoring postgresql -backup
```
pg_restore -c -U moya -d moya -h 127.0.0.1 -p 6432 -v "moya_db.tar" -W
```
Copy password from .env -file.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment