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 4a45906d
authored
May 20, 2022
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme and http -> https
1 parent
0b7e5024
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
code/pom.xml
docker/README.md
code/pom.xml
View file @
4a45906
...
...
@@ -54,10 +54,10 @@
<payara.version>
4.1.2.181
</payara.version>
</properties>
<url>
http://codecrew.fi
</url>
<url>
http
s
://codecrew.fi
</url>
<organization>
<name>
Codecrew RY
</name>
<url>
http://codecrew.fi
</url>
<url>
http
s
://codecrew.fi
</url>
</organization>
<scm>
<connection>
scm:git:https://gitlab.codecrew.fi/codecrew/moya.git
</connection>
...
...
@@ -96,7 +96,7 @@
<repositories>
<repository>
<id>
iudex
</id>
<url>
http://iudex.fi/maven/
</url>
<url>
http
s
://iudex.fi/maven/
</url>
</repository>
<repository>
<id>
jvnet-nexus-releases
</id>
...
...
@@ -110,11 +110,11 @@
</repository>
<repository>
<id>
apache.snapshots
</id>
<url>
http://repository.apache.org/snapshots/
</url>
<url>
http
s
://repository.apache.org/snapshots/
</url>
</repository>
<repository>
<id>
clojars.org
</id>
<url>
http://clojars.org/repo
</url>
<url>
http
s
://clojars.org/repo
</url>
</repository>
...
...
docker/README.md
0 → 100644
View file @
4a45906
# 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