Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pauline Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pauline
Pauline Backend
Commits
978634ba
There was an error fetching the commit references. Please try again later.
Commit
978634ba
authored
Jul 8, 2022
by
Adrian Block
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into feat/scraper-extension
parents
fdbaf99a
b39ab445
No related branches found
No related tags found
1 merge request
!3
Dev
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.env.sample
+5
-5
5 additions, 5 deletions
.env.sample
app/config/api.py
+1
-1
1 addition, 1 deletion
app/config/api.py
docker-compose.dev.yml
+3
-3
3 additions, 3 deletions
docker-compose.dev.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
10 additions
and
10 deletions
.env.sample
+
5
−
5
View file @
978634ba
SERVER_NAME=PAUL
O
SERVER_NAME=PAUL
INE
SERVER_HOST=http://localhost
BACKEND_CORS_ORIGINS=["http://localhost"]
API_V1_STR=/api/v1
PROJECT_NAME=PAUL
O
PROJECT_NAME=PAUL
INE
POSTGRES_SERVER=localhost
POSTGRES_USER=paul
o
POSTGRES_PASSWORD=paul
o
POSTGRES_DB=paul
o
POSTGRES_USER=paul
ine
POSTGRES_PASSWORD=paul
ine
POSTGRES_DB=paul
ine
API_KEYS=[]
This diff is collapsed.
Click to expand it.
app/config/api.py
+
1
−
1
View file @
978634ba
...
...
@@ -20,7 +20,7 @@ class APISettings(BaseSettings):
return
v
raise
ValueError
(
v
)
PROJECT_NAME
:
str
=
'
PAUL
O
'
PROJECT_NAME
:
str
=
'
PAUL
INE
'
API_V1_STR
:
str
=
'
/api/v1
'
...
...
This diff is collapsed.
Click to expand it.
docker-compose.dev.yml
+
3
−
3
View file @
978634ba
...
...
@@ -3,9 +3,9 @@ services:
db
:
image
:
postgres:14.1
environment
:
-
POSTGRES_USER=paul
o
-
POSTGRES_PASSWORD=paul
o
-
POSTGRES_DB=paul
o
-
POSTGRES_USER=paul
ine
-
POSTGRES_PASSWORD=paul
ine
-
POSTGRES_DB=paul
ine
ports
:
-
5432:5432
volumes
:
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
978634ba
[tool.poetry]
name
=
"paul
o-setup
"
name
=
"paul
ine-backend
"
version
=
"0.1.0"
description
=
""
authors
=
[
"Your Name <you@example.com>"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment